D
|
DouglasB author 7/29/2007 |
Ok, why do these SQL statements Not work? |
![]() |
Sergey Kornilov admin 7/29/2007 |
You need to use backtiks instead of single quotes to wrap field names From `bid_main` Where (`Archive_dte` = '8/16/2007') |
D
|
DouglasB author 7/29/2007 |
You need to use backtiks instead of single quotes to wrap field names From `bid_main` Where (`Archive_dte` = '8/16/2007')
|