Database error: Invalid SQL: select
WEB_MODELO.MOD_ID as ID_MODELO,
concat(MOD_NOMBRE) as MODELO_NOMBRE
from
WEB_MODELO inner join WEB_CONCESIONARIO using (MARC_ID)
where
WEB_CONCESIONARIO.CONC_ID = and
MOD_STATUS=1
MySQL Error: 1064 (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
MOD_STATUS=1' at line 7)
Session halted.