ニュース

Now, the date format is DD-MMM-YY or for example 01-APR-01 or 25-DEC-04. (the book says this is the standard date format in SQL data bases ...is this true btw) <BR><BR>I can possibly imagine a ...
SQL server will accept datetime strings in more or less any sensible format for the purposes of comparison.<BR><BR>select * from employee<BR>where hire_date='1993-08-19'<BR><BR>select * from ...