mssql
Posted: Thu Jan 15, 2009 9:42 pm
I am trying to perform a SELECT query and when I call for fields other than the id column I get nothing in the results. When I call the id it pulls results properly. I must be missing something....
I use the following:
SELECT * FROM adminVol WHERE u='username1'
this works though
SELECT * FROM adminVol WHERE id='1'
any thoughts?
I use the following:
SELECT * FROM adminVol WHERE u='username1'
this works though
SELECT * FROM adminVol WHERE id='1'
any thoughts?