ERROR: syntax error at or near ")"
LINE 1: ...t.domain_id,2)=2 AND coalesce(t.lang_id,1)=1 AND () GROUP BY...
^SELECT s.id,sum(t.weight) as body FROM c_tags t, c_news s WHERE s.id=t.row_id AND s.visible AND t.row_id > 0 AND coalesce(t.domain_id,2)=2 AND coalesce(t.lang_id,1)=1 AND () GROUP BY s.id ORDER BY body DESCERROR: syntax error at or near ")"
LINE 1: ...row_id AND s.date_from<=now() AND t.row_id>0 AND () GROUP BY...
^SELECT s.id,sum(t.weight) as body FROM c_tags t, c_articles s WHERE s.id=t.row_id AND s.date_from<=now() AND t.row_id>0 AND () GROUP BY s.id ORDER BY body DESC LIMIT 10Tisk —