MSSQL
Posted: Sat Aug 22, 2009 4:53 am
Hello,
can someone tell me equivalent code for MSSQL:
Many thanks!
can someone tell me equivalent code for MSSQL:
Code: Select all
$query = "SELECT * FROM table WHERE mydatetime > '".date('Y-m-d H:i:s')."'";