información
Query failed: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND csc.csc_country=cscCountry.id AND csc.csc_state=cscState.id LIMIT 1' at line 1 - SELECT csc.idCsc,csc.csc_continent,csc.csc_country,csc.csc_state,csc.city AS cscCity,cscCountry.name AS cscCountry,cscState.name AS cscState FROM prefix123_csc AS csc,prefix123_csc_country AS cscCountry, prefix123_csc_state AS cscState WHERE csc.idCsc= AND csc.csc_country=cscCountry.id AND csc.csc_state=cscState.id LIMIT 1;