Database error: Invalid SQL:
select
SQL_CALC_FOUND_ROWS
izdanje_id,
naziv_hr,
naziv_en,
opis_hr,
opis_en,
url,
datoteka_hr,
datoteka_en,
cijena_kn,
cijena_eur,
datum,
date_format(datum, '%d.%m.%Y') as datum_format,
aktivno,
korisnik_id,
autor,
naslov,
godina_izdanja,
korice,
u_prodaji
from
izdanja
where
aktivno = '1' and
kategorija_id = 'drustvena' and
u_prodaji = '1'
order by
datum DESC,
odrednica
limit
<,
10
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 '<,
10' at line 35)
Session halted.