
March 8th, 2013, 10:27 AM
|
|
Contributing User
|
|
Join Date: Jan 2013
Posts: 32
Time spent in forums: 7 h 37 m 8 sec
Reputation Power: 1
|
|
|
Select like only
Hi,
I am searching how to do selects similar as like but I want to select when the date in the rows is only one value.
I explain,
I have a column with rows like this:
M, PB, GM, NA
M, GM, NA
M, NA
M
Then I want to search all rows that has only the value M,
So I want these rows:
M
but I dont want these rows:
M, NA
or NA, M, PB or whatever
Is this possible?
|