|
-
Jun 28th, 2012, 06:35 PM
#1
Thread Starter
Frenzied Member
[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
SELECT datee, client, fromto, remark, color FROM [cc].[bb].[aa] WHERE ((userID =@userID) or (authID = @userID)) AND ((color = 'red') OR (color = 'blue'))
Thank You
-
Jun 28th, 2012, 07:29 PM
#2
Re: Simple SQL select query
If you do this does it work?
SELECT datee, client, fromto, remark, color FROM [cc].[bb].[aa]
-
Jun 28th, 2012, 07:44 PM
#3
Thread Starter
Frenzied Member
Re: Simple SQL select query
Yes it does work if i run that query
-
Jun 28th, 2012, 08:10 PM
#4
Thread Starter
Frenzied Member
Re: Simple SQL select query
never mind, it was an issue with one if my colors.
thx tho
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|