Surprise -- this is a perfectly valid query in MySQL: select X, Y from someTable group by X If you …
mysql sql standards-compliance ansi-sqlI stumbled upon a question (in a test) about which aggregate functions are applicable to DATE type columns. So, as …
sql date aggregate-functions ansi-sqlHow do you rewrite expressions containing the standard IS DISTINCT FROM and IS NOT DISTINCT FROM operators in SQL implementations …
sql sql-server tsql sql-server-2008-r2 ansi-sqlI would like to confirm that the SQL query SELECT .... FROM apples, oranges LEFT JOIN kiwis ON kiwis.orange_id = …
sql postgresql join ansi-sqlIs there an ANSI SQL equivalent to Oracle's DECODE function? Oracle's decode function is the IF-THEN-ELSE construct in SQL.
sql oracle ansi-sqlIs there an ANSI SQL compliant version of SQL SERVER's SELECT TOP n?
sql sql-server ansi-sqlI am interested in comparing, whether two tables contain the same data. I could do it like this: #standardSQL SELECT …
sql google-bigquery ansi-sql bigquery-standard-sql