Search Results for "sql sorting queries" - Page 24

Showing 598 open source projects for "sql sorting queries"

View related business solutions
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New customers can spin up VMs, build with AI, and query data at no cost.

    Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
    Start Free
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Start Free
  • 1
    phpMyQuery is a php project for interactively constructing SQL queries for the MySQL database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    PURPOSE: reporting, content-management. easy to use GUI-frontend for the popluar java build-tool 'ANT'. looks like a 'wizard'. additional ant-taskdefs for processing SQL(JDBC)->XML->XSLT->HTML. 'sql2xml' allowes nested queries (for 1:n-relationships)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    MyBaD is a rewrite of Mike Oliphant's DigitalDJ. It provides a database storage facility for Grip and a graphic interface for generating MP3 playlists through SQL queries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Tiny SQL Profiler is a free replacement tool for Microsoft SQL Profiler, it allows you to view queries made against SQL Server 2005 database in real time using sophisticated arsenal of filters, making it easier to debug and diagnose database applications
    Downloads: 0 This Week
    Last Update:
    See Project
  • Veeam Data Platform v13.1 Icon
    Veeam Data Platform v13.1

    Move workloads across hypervisors and clouds with no vendor lock-in. Try VDP free today.

    Try Veeam Data Platform today. Experience the unified platform that's secure by design, portable by default, and proven to recover clean, fast, and anywhere.
    Try Now
  • 5
    This is a framework for building SQL queries (SELECT, UPDATE, INSERT, DELETE) in an object-oriented way. The generated query (it really is just a string) can then be used with any type of database access layer. (ie. MDB2).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Built for power and simplicity, Saltwater SQL Client allows the experienced Oracle Guru to perform magic, yet is simple enough for a novice to use. Features: PL/SQL, CLOB tools, import/export, table edit, data dictionary, multiple connections/queries
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Simple and intuitive application to create SQL queries. It lets You connect to database with different engine, explore tables etc. Appliaction is very usefull when You work with databases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    PDO4You

    Access SQL databases using the PDO extension

    ...It provides an abstraction layer for accessing data, regardless of which database you are using, and ensures that there is a single object instance per database connection. It can connect to several possible SQL databases using the available PDO drivers. Currently it supports MySQL, PostgreSQL, SQLite, MariaDB, Oracle, Microsoft SQL server, Sybase, and CUBRID (a database highly optimized for Web applications). The class can also execute multiple queries at once given a string in JSON format that specifies the type of query, the tables, fields, field values, conditions, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    PHP Nuke Module for Guild Wars. Database of all skills with sorting and filtering options. Great addition to any guilds website.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Start Free
  • 10

    PySimpleTable

    Lightweight Python 2D table object with column headers

    For 2D data objects in Python, you have 3 main options: - Numpy Array - Pandas DataFrame (built on np.array) - SQL table Numpy and Pandas are great for working with a complete set of data, but not very efficient for building up row by row. SQL is good for building up the object row by row, but you have to write SQL and leave the world of Python objects. PySimpleTable tries to find the middle ground with more flexibility than Numpy or Pandas for incrementally building a 2D object without needing to use SQL. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    FlexDB Engine
    FlexDB is a flexible database engine for peta-scale data processing
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    A PHP class that replace the need to build textual SELECT queries. By using commands like $query->select( $table->column, $table->column2 ); you can easily create complex queries with no need to write pure SQL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    DFruits is an eclipse framework for creating UI declaratively by xml for business applications. It supports query binding such as jdbc sql, 'scripted queries' or even JPA query language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    trackMe consists of a J2ME Client and a C# Server. What it does, the J2ME Client queries a GPS (internal to the phone or external such as a bluetooth one or even serial) then it sends the current position to the C# Server who will plot you path along tim
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Set of classes that build SQL strings without working directly with the SQL syntax, allowing devolopers building queries in their programs in a safe, fast and dynamic way.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    These functions allow you to do some basic calculations on arrays of data stored as blobs in mysql. The three functions are minarray, maxarray and avgarray. They are udf functions so they can be embedded in your sql queries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Firewater is an open source scaleout RDBMS based on column store technology. It allows a cluster of commodity servers or virtualized cloud nodes to be used for fast response times on SQL and OLAP queries over massive datasets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Servlet submits jdbc sql queries and changes results into crosstab format. Outputs are servlet-generated html or xml/xsl, html, or csv files. Unique due to small footprint and ease configuration yet highly useful capability. Features to grow over time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    AQAL makes easy to access data on DBs without know SQL. It implements Business Object/Manager pattern: Object maps table, builds SQL syntax, carries data; Manager performs queries, handles Objects (conveniently extended by Application Business Objects).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    JdbcLite is light-weight jdbc tool. It is designed for Java developers who like to use native SQL queries for high performance with object mapping and convenient classes built-in. It can be used along with Hibernate, Spring, JDO frameworks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Imagine this sql SELECT DIFF(f1.*,f2.*) FROM `/ws/src/test` f1,`/ws/src/test/.svn/text-base` f2 WHERE f1.filename=CONCAT(f2.filename,'.svn-base'); F8QL is about mapping filesystem as db, F(S slashed)QL is a jdbc compliant API patterned on mysql queries
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    RBFF is a JDBC driver for being able to easily view and execute simple select SQL queries against a record-based flat file (such as EDI files, or other proprietary legacy files)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A command line tool to get information about files on your file system thanks to SQL queries. It is able to point quickly broken symbolic links, hard links and sparse files. It targets Unix but it should run on any system where Perl is available.
    Downloads: 0 This Week
    Last Update:
    See Project