[RESOLVED] Simple SQL select query
Hi,
I was trying to do a simple SQL select query, but i'm getting no result, but i know the result exist. I will be happy if you can help me solve my problem
Quote:
SELECT datee, client, fromto, remark, color FROM [cc].[bb].[aa] WHERE ((userID =@userID) or (authID = @userID)) AND ((color = 'red') OR (color = 'blue'))
Thank You
Re: Simple SQL select query
If you do this does it work?
SELECT datee, client, fromto, remark, color FROM [cc].[bb].[aa]
Re: Simple SQL select query
Yes it does work if i run that query
Re: Simple SQL select query
never mind, it was an issue with one if my colors.
thx tho