Trabajando con PHP tengo esta sentencia
En el campo numproy son C0001...C0002....C0003....
$result=sql_query("select DISTINCT numproy from ".$prefix."_doc_$bd where numproy LIKE 'C*' order by numproy", $dbi);
¿por qué no me hace el select ?.
Qué hago mal?
Gracias