Error Number:
ERROR: OFFSET must not be negative
SELECT a.id, a.nama, a.id_kategori, b.kategori_career, a.type_kerja, c.tipe_career, a.keterangan, a.created_at, a.created_by, a.updated_at, a.updated_by FROM front_career a left join front_kategori_career b on a.id_kategori = b.id left join front_tipe_career c on a.type_kerja = c.id WHERE status = 1 ORDER BY id DESC LIMIT 10 OFFSET -10
Filename: modules/public/controllers/Home.php
Line Number: 635