Query: SELECT COUNT(*) AS total_blogs
FROM jhblog AS b
WHERE b.user_id =
AND b.status = 1
Error Message: 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 'AND b.status = 1' at line 4
Error Number: 1064