MySQL Date and Time functions don't exist

前端 未结 3 1335
野趣味
野趣味 2021-01-19 00:52

I have installed WampServer 2.0 with MySQL 5.1.33.

I can do Numeric and String functions like

SELECT ABS(-2)
or
SELECT LOWER(\'ASD\'

3条回答
  •  逝去的感伤
    2021-01-19 01:30

    Many functions are different in SQlite and in MySQL (or any other product - if you except core functions, most functions provide the same functionality but with a different syntax). There is an open-source "compatibility library" implementing a large number of MySQL functions in SQLite on the Kansas State University CIS website

提交回复
热议问题