Database error: Invalid SQL:
create temporary table tmp_skupovi
select
SQL_CALC_FOUND_ROWS
skup_id,
naziv_en,
lokacija,
datum,
date_format(datum, '%d.%m.%Y') as datum_format,
organizator,
url,
uvod_en,
sadrzaj_en
from
skupovi
where
aktivan = '1' and
naziv_en != '' and
kategorija_id = 'u_inozemstvu'
order by
datum DESC
limit
<,
15
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 '<,
15' at line 22)
Session halted.