Matrix.net
10-10-2006, 10:00 AM
Hi people Im working with an MSACCESS DB , my question is that I dont remember if you wrap only numeric values in single quotes or do you wrap everything with single quotes.
example would you say in a query : select name,lastName from students where studentID = '1234'
or do you also use single quotes for single characters and entire string values?
example would you say in a query : select name,lastName from students where studentID = '1234'
or do you also use single quotes for single characters and entire string values?