SQLBuilder icon indicating copy to clipboard operation
SQLBuilder copied to clipboard

A powerful, fast, cross-platform SQL Builder for PHP. Convert your structured data into SQL queries with a fluent style interface and targeting on all the mainstream database (MySQL, PostgreSQL, SQLit...

Results 26 SQLBuilder issues
Sort by recently updated
recently updated
newest added

http://dev.mysql.com/doc/refman/5.0/en/fulltext-boolean.html

MySQL
Expr

http://dev.mysql.com/doc/refman/5.6/en/replace.html

MySQL
Query

http://dev.mysql.com/doc/refman/5.6/en/show-index.html

MySQL
Query

``` sql SELECT ... FROM table... WHERE column = 5 WHERE column > 5 WHERE column IS NULL WHERE column IN (1, 2, 3) WHERE column NOT IN (1, 2,...

http://www.postgresql.org/docs/9.3/static/sql-grant.html

PostgreSQL
Query

String Comparison Functions http://dev.mysql.com/doc/refman/5.6/en/string-comparison-functions.html#operator_like

``` sql SELECT 'David_' LIKE 'David|_' ESCAPE '|'; ``` http://dev.mysql.com/doc/refman/5.6/en/string-comparison-functions.html#operator_like