POUZE PRO PRIPOJENI Z FIRMY
MYSQL:
[modul]
Dotaz: SELECT *, (select nazev from products_photos as b where b.products_id = a.products_id and priorita = 100) as photos_nazev FROM products as a where customers_id = 7 and a.stav <> 9 order by a.datum_editace desc limit -12,12
Chyba: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '-12,12' at line 3
coding: //character_set: utf8