abcfantasy
Programmer
I've got an SQL SELECT statement which uses the WHERE clause and takes two parameters.
If for example the parameter is ABC, the Select command also returns those fields that match 'abc' and i don't want this.
I've got the following in the statement: WHERE ( field = @value )
How can i make it case sensitive?
Hope i was clear
Any help is appreciated
ABC -
If for example the parameter is ABC, the Select command also returns those fields that match 'abc' and i don't want this.
I've got the following in the statement: WHERE ( field = @value )
How can i make it case sensitive?
Hope i was clear
Any help is appreciated
ABC -