This is an implementation of the SQL queries in PHP.
composer? not yet...
cd wogsland+PHP7
test.php [dir] "[SQL]"
- support simple WHERE clause
- support AND in WHERE clause
- support OR in WHERE clause
- support parens in WHERE clause
- support ORDER BY
- support GROUP BY
- support HAVING clause
- support COUNT function
- support SUM function
- support CASE
- support IF function
- print fixed width table
- make query case insensitive
- etc