MDB2 Error: syntax error; _doQuery: [Error message: Could not execute statement]
[Last executed query: PREPARE mdb2_statement_mysql_1933c2afaa6f24499519b1f18bf354938a7545f02c1 FROM 'SELECT tab_ita.id, tab_ita.id_news COALESCE(tab.url,tab_ita.url) AS url, COALESCE(tab.titolo,tab_ita.titolo) AS titolo, COALESCE(tab.sottotitolo,tab_ita.sottotitolo) AS sottotitolo, COALESCE(tab.testo,tab_ita.testo) AS testo, tab_ita.id_parent, tab_ita.url AS url_pageinc\n FROM pagine tab_ita\n LEFT JOIN pagine tab ON tab_ita.id=tab.id AND tab.id_lingua=?\n WHERE tab_ita.url=? AND tab_ita.id_lingua=1']
[Native code: 1064]
[Native message: 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 '(tab.url,tab_ita.url) AS url, COALESCE(tab.titolo,tab_ita.titolo) AS titolo, COA' at line 1]
PREPARE mdb2_statement_mysql_1933c2afaa6f24499519b1f18bf354938a7545f02c1 FROM 'SELECT tab_ita.id, tab_ita.id_news COALESCE(tab.url,tab_ita.url) AS url, COALESCE(tab.titolo,tab_ita.titolo) AS titolo, COALESCE(tab.sottotitolo,tab_ita.sottotitolo) AS sottotitolo, COALESCE(tab.testo,tab_ita.testo) AS testo, tab_ita.id_parent, tab_ita.url AS url_pageinc\n FROM pagine tab_ita\n LEFT JOIN pagine tab ON tab_ita.id=tab.id AND tab.id_lingua=?\n WHERE tab_ita.url=? AND tab_ita.id_lingua=1'