I have a table Transformer which contains columns NAME, Owner and ID
Name Owner ID
Jack Yes 125
John Yes 162
Gray No 729
Shui No 625
Dhiraj Yes 728
When I am retrieve the records based on WHERE Owner = 'Yes' or 'No', it does not returning anything, or any thing based on Text or Varchar
But it is returning when I am retrieving based on ID., Then it is working fine
Please Help me !!!!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Dhiraj.
I believe it should look like this:
'Owner' = "Yes"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.