|
|
Eroare: 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
audacon_tb_treetype.TYPEID = audacon_tb_treetypetext.TYPEID AND' at line 15
Query: SELECT audacon_tb_treetype.TCDTYPE AS TCD_TYPE,
audacon_tb_treetypetext.TYPENAME AS TYPE_NAME,
tecdoc_tof_eng_lookup.ENL_SEARCH_TEXT,
tecdoc_tof_types.TYP_PCON_START AS BUILD_FROM,
tecdoc_tof_types.TYP_PCON_END AS BUILD_TO,
tecdoc_tof_types.TYP_CCM AS CCMTECH,
tecdoc_tof_types.TYP_KW_FROM AS KW
FROM audacon_tb_treetype,
audacon_tb_treetypetext,
tecdoc_tof_link_typ_eng,
tecdoc_tof_eng_lookup,
tecdoc_tof_types
WHERE audacon_tb_treetype.RANGEID = AND
audacon_tb_treetype.TYPEID = audacon_tb_treetypetext.TYPEID AND
tecdoc_tof_link_typ_eng.LTE_TYP_ID = audacon_tb_treetype.TCDTYPE AND
tecdoc_tof_link_typ_eng.LTE_ENG_ID = tecdoc_tof_eng_lookup.ENL_ENG_ID AND
tecdoc_tof_types.TYP_ID = audacon_tb_treetype.TCDTYPE ORDER BY audacon_tb_treetypetext.TYPENAME ASC, tecdoc_tof_types.TYP_KW_FROM ASC, tecdoc_tof_types.TYP_CCM ASC - 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
audacon_tb_treetype.TYPEID = audacon_tb_treetypetext.TYPEID AND' at line 15 |