I try to create a program that will run at any DBMS,
and the main problem I have is the syntax of the Date() and
DateTime() funtions, which are different from one DBMS to an other.
Is there any site where I could find the syntax
of these functions in every DBMS ???
eg. ORACLE TO_DATE(...)
MySQL DATE(...)
etc.