| 
 Posted by Jerry Stuckle on 05/04/07 03:23 
Geoff Muldoon wrote: 
> Iván Sánchez Ortega says... 
>  
>> You *always* have to quote strings in SQL. 
>  
> Unless you're using a database that supports bind variables. 
>  
> GM 
 
That's not standard SQL, though.  Standard SQL requires single quotes  
around strings used for data (but not table/column names, etc.). 
 
--  
================== 
Remove the "x" from my email address 
Jerry Stuckle 
JDS Computer Training Corp. 
jstucklex@attglobal.net 
==================
 
[Back to original message] 
 |