Can't find my error for the practice of the like operator | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

Can't find my error for the practice of the like operator

SELECT * from desserts Where name LIKE "%Chocolate%";

13th Aug 2021, 1:01 PM
Maxime
Maxime - avatar
1 Respuesta
+ 4
Pattern should be quoted with single quotes not double quotes. '%Chocolate%'
13th Aug 2021, 2:08 PM
Simba
Simba - avatar