Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.082.381 Times

Sql Select Distinct freeware
Filter: All | Freeware | Demo
 

Sql Select Distinct

< 1 2 3 4 5 
Added: May 19, 2010 | Visits: 1.421

SQL::Translator::Producer::GraphViz SQL::Translator::Producer::GraphViz is a GraphViz producer for SQL::Translator. SYNOPSIS use SQL::Translator; my $trans = new SQL::Translator( from => MySQL, # or your db of choice to => GraphViz, producer_args => { out_file => schema.png, add_color => 1, show_constraints => 1,...



Platforms: *nix

License: Freeware Size: 317.44 KB Download (201): SQL::Translator::Producer::GraphViz Download

Added: July 11, 2010 | Visits: 1.438

Oracle::SQL Oracle::SQL is a Perl extension for building SQL statements. SYNOPSIS use Oracle::SQL; No automatically exported routines. You have to specifically to import the methods into your package. use Oracle::SQL qw(:sql); use Oracle::SQL /:sql/; use Oracle::SQL :sql; This is a package...





Platforms: *nix

License: Freeware Size: 8.19 KB Download (200): Oracle::SQL Download

Added: August 08, 2010 | Visits: 717

Dimedis::Sql Dimedis::Sql is a SQL/DBI Interface for banking applications. SYNOPSIS use Dimedis::Sql; my $sqlh = new Dimedis::Sql ( ... ); $sqlh->install ( ... ); my $seq_id = $sqlh->insert ( ... ); my $modified = $sqlh->update ( ... ); my $blob_sref = $sqlh->blob_read ( ... ); $sqlh->use_db (...


Platforms: *nix

License: Freeware Size: 58.37 KB Download (93): Dimedis::Sql Download

Added: March 06, 2010 | Visits: 1.259

SQL::Shell SQL::Shell is a command interpreter for DBI shells. SYNOPSIS use SQL::Shell; #Initialise and configure my $sqlsh = new SQL::Shell(%settings); $sqlsh->set($setting, $new_value); $value = $sqlsh->get($setting); #Interpret commands $sqlsh->execute_command($command);...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (158): SQL::Shell Download

Added: October 02, 2010 | Visits: 956

Rose::DB::Object::QueryBuilder Rose::DB::Object::QueryBuilder is a Perl module that can build SQL queries on behalf of Rose::DB::Object::Manager. SYNOPSIS use Rose::DB::Object::QueryBuilder qw(build_select); # Build simple query $sql = build_select ( dbh => $dbh, select => COUNT(*), tables => [ articles ], columns...


Platforms: *nix

License: Freeware Size: 481.28 KB Download (95): Rose::DB::Object::QueryBuilder Download

Added: June 26, 2010 | Visits: 1.183

SQL::Generator SQL::Generator is a Perl module to generate SQL-statements with oo-perl. SYNOPSIS use SQL::Generator; With this module you can easily (and very flexible) generate/construct sql-statements. As a rookie, you are used to write a lot of sprintf`s every time i needed a statement (i.e.for DBI)....


Platforms: *nix

License: Freeware Size: 13.31 KB Download (124): SQL::Generator Download

Added: October 03, 2010 | Visits: 987

DL/SQL DL/SQL is declarative, turing-complete programming language based on top of SQL database. The main idea is to store both program and data in one SQL table and make all the computations in it. The current version of interpreter written in PHP contains quasi-lazy evaluation and simple caching....


Platforms: *nix

License: Freeware Size: 21.5 KB Download (92): DL/SQL Download

Added: April 23, 2010 | Visits: 845

Inline::Select Inline::Select contains dynamic selection of ILSM for a package. SYNOPSIS use Inline::Select::Register ( PACKAGE => Calc, Inline => [ Perl => sub {require t/Calc.pm} ] ) ; use Inline::Select::Register ( PACKAGE => Calc, Inline => [ CPP => t/Calc.cpp ] ) ; use Inline::Select::Register...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (94): Inline::Select Download

Added: April 19, 2010 | Visits: 1.002

mrtg-select mrtg-select allows the flexible display of MRTG graphs, chosen by keyword and time span. I use MRTG to graph all kinds of stuff, and looking at those graphs on the same page helps me detect correlations. ("Say, Professor -- that spike in CPU temperature came right when the Rapture Index hit a...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (100): mrtg-select Download

Added: July 26, 2010 | Visits: 918

sql++ sql++ is an easily configurable, feature-rich, portable command-line SQL tool. It can be used with many different databases and in place of other commandline tools such as MySQLs mysql-client, Microsoft SQL, PostgreSQLs psql, and Oracles sqlplus. sql++ project has features such as multiple...


Platforms: *nix

License: Freeware Size: 36.86 KB Download (167): sql++ Download

Added: July 05, 2010 | Visits: 1.335

SQL Uniform SQL Uniform is a database client with a graphical user interface (GUI). The project is a helper application to relational databases of various types regarding query, maintenance, data comparison, export (convert), and import. It supports any kind of database and database servers to which there...


Platforms: *nix

License: Freeware Size: 4.8 MB Download (116): SQL Uniform Download

Added: March 24, 2010 | Visits: 1.152

SQL::Schema SQL::Schema is a Perl module to convert a data dictionary into SQL statements. SYNOPSIS use DBI; my $dbh = DBI->connect(...); use SQL::Schema; my $schema = SQL::Schema->new($dbh); my $sql = $schema->string; print $sql; print "$schema"; WARNING This is alpha software. It...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (98): SQL::Schema Download

Released: June 12, 2014  |  Added: June 16, 2014 | Visits: 1.692

dbForge SQL Complete Express dbForge SQL Complete Express is a free add-in for SQL Server Management Studio and Visual Studio. It offers powerful autocompletion and formatting of T-SQL code that replaces native Microsoft T-SQL Intellisense. Besides the extension of the List Members, Complete Word and Parameter Info...


Platforms: Windows

License: Freeware Size: 10.2 MB Download (362): dbForge SQL Complete Express Download

Released: March 21, 2011  |  Added: March 24, 2011 | Visits: 1.192

DTM ODBC SQL runner DTM SQL runner is a free command line tool for SQL statements execution. The runner allows the user to specify ODBC data source name and file with SQL statement to be executed. This handy tool for developers, database administrators and advanced users is suitable for batch and scheduled job...


Platforms: Windows

License: Freeware Size: 68.96 KB Download (491): DTM ODBC SQL runner Download

Released: June 01, 2011  |  Added: June 09, 2011 | Visits: 1.228

SQL Decryptor Decrypts SQL stored procedures, functions, triggers, and views on SQL Server. If you have encrypted an object definition in your database(s) by specifying WITH ENCRYPTION option, and by some reason you cannot restore it's original T-SQL script, the SQL Decryptor will easily do it for you...


Platforms: Windows

License: Freeware Size: 1.31 MB Download (103): SQL Decryptor Download

Released: October 24, 2011  |  Added: February 07, 2012 | Visits: 1.136

dbForge SQL Decryptor Devart is a software development company with more than 11 years of experience on the software market and over 20 thousands devoted users. We are glad to present you a new decryption tool dbForge SQL Decryptor which is reliable and easy to use. dbForge SQL Decryptor is a database...


Platforms: Windows

License: Freeware Size: 1.36 MB Download (114): dbForge SQL Decryptor Download

Released: April 01, 2014  |  Added: April 13, 2014 | Visits: 1.079

Netwrix SQL Server Change Reporter Microsoft(R) SQL Server is a complex system with many different types of managed objects and requires daily changes to servers settings, security roles, databases, etc. All administrative activities require tracking of changes especially in environments managed by multiple DBAs and server...


Platforms: Windows, Windows 7, Windows Server

License: Freeware Size: 2.97 MB Download (122): Netwrix SQL Server Change Reporter Download

Released: September 16, 2012  |  Added: September 16, 2012 | Visits: 797

Navicat for SQL Server for Mac OS An ideal solution for administration and development which lets you create, edit databases, run SQL queries and connect to remote SQL Server in an easier way. It features an intuitive GUI and offers powerful visual tools such as Query Editor with syntax highlight capability, SQL Preview, SQL...


Platforms: Mac

License: Freeware Size: 17.2 MB Download (52): Navicat for SQL Server for Mac OS Download

Released: September 13, 2012  |  Added: September 13, 2012 | Visits: 1.288

Publish Table to Word for SQL Server Standard Publish Table to Word for SQL Server is a very effective application, with a wizard interface, that will help users create copies of table's data as Microsoft Word documents. Publish table to Word supports all modern versions of Microsoft SQL Server. Limited support for 6.0 and 6.5 versions is...


Platforms: Windows


Released: November 01, 2012  |  Added: November 01, 2012 | Visits: 765

Trace Converter for SQL 2005 This tool converts SQL Profiler 2005 trace file (.trc) to Excel file (.xls). Trace Converter for SQL 2005 is designed to perform the conversions via command-line. Convert SQL Profiler trace file (.trc) to Excel 2003-2007 file format (.xls) easily with the help of Trace Converter for SQL 2005!


Platforms: Windows, Windows Vista, 7, 7x64

License: Freeware Download (75): Trace Converter for SQL 2005 Download

< 1 2 3 4 5