Forum

Posted by Umedzhon, Sept. 12, 2021, 10:42 a.m.

Which SQL does sqlpad use?

Which SQL is embedded in sqlpad? Is it MySQL, PostgreSQL or MSSQL

Answers

SQLPad's online playground and the coding challenge's online judge is currently based on the latest Postgres (we now also support MySQL, SEE https://sqlpad.io/news/17/mysql-is-available for more info).
Its query syntax is similar to other databases such as MySQL or Microsoft SQL Server, one of the major differences is on Postgres's DateTime related functions.
More details can be found here: https://www.postgresql.org/docs/current/functions-datetime.html
If you would like to see other database engines implemented on SQLPad, please let us know.

Thank you Leon.

Umedzhon, Sept. 12, 2021, 10:58 a.m.
SQLPad user avatar

Leon (949)

Sept. 12, 2021, 10:47 a.m.