How to select the column data contain special charactier for example "/" or" _" | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
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 Antwort
+ 1
select * from address_table where address like "%special character%"; it means "contains"
12th Jan 2017, 7:40 PM
Hakkı Karahan
Hakkı Karahan - avatar