How to select the column data contain special charactier for example "/" or" _" | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to select the column data contain special charactier for example "/" or" _"

10th Jan 2017, 5:35 AM
Vinayak Moger
Vinayak Moger - avatar
1 Answer
+ 1
select * from address_table where address like "%special character%"; it means "contains"
12th Jan 2017, 7:40 PM
Hakkı Karahan
Hakkı Karahan - avatar