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


SELECT datee, client, fromto, remark, color FROM [cc].[bb].[aa] WHERE ((userID =@userID) or (authID = @userID)) AND ((color = 'red') OR (color = 'blue'))
Thank You