how to use LIKE with column name

后端 未结 6 1954
刺人心
刺人心 2020-12-05 04:09

Normally LIKE statement is used to check the pattern like data.

example:

select * from table1 where name like \'ar%\'

6条回答
提交回复
热议问题