I am looknig in a columns where the firstchar is like ' . I had other char in firstplace like + or some numbers. So how should i write the query
Select * from tablename where columnname like '[']%'
I am looknig in a columns where the firstchar is like ' . I had other char in firstplace like + or some numbers. So how should i write the query
Select * from tablename where columnname like '[']%'