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 '-2,12' at line 16
SELECT
id as RecordID
, name_a as Title
, text_a as Description
, name_b as Code
, url as Url
, cat as Category
, caseid as CaseID
, front AS Front
FROM
table_video
WHERE
name_a!="" AND 1
ORDER BY
id DESC
LIMIT -2,12