0
Write a sql quary to print book name which contains '#x27; in any where in book name
2 Antworten
+ 2
@Esenyi he said anywhere so it can be LIKE %$%;
+ 1
SELECT book FROM books WHERE name LIKE %$%;
correct me if im wrong
#x27; in any where in book name | Sololearn: Learn to code for FREE!