Skip to main content
๐Ÿ› Bug HuntSQ SQL Easyโšก+10 XP

Wrong Wildcard

This LIKE query finds no matches.

๐Ÿ› Find the bug
1SELECT * FROM products
2WHERE name LIKE 'Phone*';
๐Ÿ› The bug is on line 2

๐Ÿ”ง Select the correct fix: