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