1064: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'typ_id']] `'' at line 27
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # TERMINTYP LESEN ZUR ANZEIGE #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SELECT typ1.id TYP ,typ1.* ,ueb1.id ueb_id ,ueb1.tabelle ueb_tabelle ,ueb1.tabelle_id ueb_tabelle_id ,ueb1.sprache ueb_sprache ,ueb1.bezeichnung1 ueb_bezeichnung1 ,ueb1.bezeichnung2 ueb_bezeichnung2 ,ueb1.bezeichnung3 ueb_bezeichnung3 ,ueb1.textfeld ueb_textfeld ,ueb1.zeit_neu ueb_zeit_neu ,ueb1.last_modified ueb_last_modified FROM bia_termintypen AS typ1 LEFT JOIN bia_uebersetzungen AS ueb1 ON ueb1.tabelle = 'termintypen' AND ueb1.tabelle_id = typ1.id AND ueb1.sprache = '' WHERE typ1.owner_id = 1 AND typ1.id = '` row[ keys['typ_id']] `'
x p512_de | | 0.031 sec