Write a sql quary to print book name which contains '</head>#x27; in any where in book name | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

Write a sql quary to print book name which contains '
#x27; in any where in book name

23rd Jul 2017, 10:50 AM
Govind Reddy Munukuri
2 Réponses
+ 2
@Esenyi he said anywhere so it can be LIKE %$%;
23rd Jul 2017, 1:04 PM
Suhail Pappu
Suhail Pappu - avatar
+ 1
SELECT book FROM books WHERE name LIKE %$%; correct me if im wrong
23rd Jul 2017, 12:17 PM
LordGhostX
LordGhostX - avatar