Write a sql quary to print book name which contains '</head>#x27; in any where in book name | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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 Answers
+ 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