ho scritto questa select
$result = $db->sql_query("SELECT * FROM ".$prefix."_Games1 WHERE UPPER(title) LIKE '0%' OR LIKE '1%' OR LIKE '2%' OR LIKE '3%' OR LIKE '4%' OR LIKE '5%' OR LIKE '6%' OR LIKE '7%' OR LIKE '8%' OR LIKE '9%' ORDER by title ASC ");
soltato che devo avere sbagliato qualcosa con tutti que OR LIKE perche come risultato di questa selec non tovo niente sapreste dirmi il motivo?