How to select the column data contain special charactier for example "/" or" _" | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
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 Réponse
+ 1
select * from address_table where address like "%special character%"; it means "contains"
12th Jan 2017, 7:40 PM
Hakkı Karahan
Hakkı Karahan - avatar