Database error: Invalid SQL:
create temporary table tmp_skupovi
select
SQL_CALC_FOUND_ROWS
skup_id,
naziv_hr,
lokacija,
datum,
datum_do,
date_format(datum, '%d.%m.%Y.') as datum_format,
organizator,
url,
uvod_hr,
sadrzaj_hr
from
skupovi
where
aktivan = '1' and
naziv_hr != '' and
kategorija_id = 'u_zemlji'
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 23)
Session halted.