A Database Error Occurred

Error Number: 1064

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 '-25, 25' at line 1

SELECT branch.branch_id,branch.branch_title_th,branch.branch_title_en,organization.organization_name_th,organization.organization_name_en,expert.expert_id,expert.expert_prefix_th,expert.expert_prefix_en,expert.expert_fname_th,expert.expert_fname_en,expert.expert_lname_th,expert.expert_lname_en,expert.expert_image,expert.expert_url FROM expert,branch,organization WHERE branch.branch_id = expert.branch_id AND expert.organization_id = organization.organization_id ORDER BY expert.expert_id DESC LIMIT -25, 25

Filename: /home/getyourl/public_html/models/common_model.php

Line Number: 1724