PHP 8.5.0 Alpha 4 available for testing

Voting

: min(five, four)?
(Example: nine)

The Note You're Voting On

akchu at at ualberta dot ca
24 years ago
ODBC/MS Access Date Fields:

Matching dates in SELECT statements for MS Access requires the following format:
#Y-m-d H:i:s#

for example:

SELECT * FROM TableName WHERE Birthdate = #2001-01-07 00:00:00#

or

SELECT * FROM TableName WHERE Birthdate BETWEEN #2000-01-07 00:00:00# AND #2001-01-07 00:00:00#

This took me forever to figure out.

<< Back to user notes page

To Top