ygrek / sqlgg

SQL Guided (code) Generator
https://ygrek.org/p/sqlgg/
GNU General Public License v2.0
62 stars 20 forks source link

add support for UNIX_TIMESTAMP(date) #74

Closed cyberhuman closed 5 years ago

cyberhuman commented 5 years ago

https://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html#function_unix-timestamp Currently SELECT UNIX_TIMESTAMP(date_column) will not work:

Error: Failure("Unknown function \"unix_timestamp\" of 1 arguments")
cyberhuman commented 5 years ago

Thanks!