Write a sql quary to print book name which contains '</head>#x27; in any where in book name | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
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 Respuestas
+ 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