Ok, trying to make a sql select statment that will return a record set containg two values for one column.
Like this
Select * from TABLE1 where BRAND='abc' or 'xyz'
I want it to return all of ABC and all of XYZ but not DEF and not GHR
This obviusly doesn't work but I know there is a way, I just can't get the syntax right.
Any ideas??
Thanks!
Like this
Select * from TABLE1 where BRAND='abc' or 'xyz'
I want it to return all of ABC and all of XYZ but not DEF and not GHR
This obviusly doesn't work but I know there is a way, I just can't get the syntax right.
Any ideas??
Thanks!