1
Answer

SQL Query problem

i m storing a column value as '[ks' and why this query return nothing ???

select  * from table where username like '['+'%'

i must need to search it in this way so how i can do this..........

Answers (1)