Query: SELECT b.blog_id, b.user_id, b.title, b.slug, b.content, b.likes, b.rating, b.rated_by, b.total_views, b.total_comments, b.meta_title, b.meta_desc, b.meta_keys, b.add_time, b.status, u.username FROM blog AS b INNER JOIN user AS u ON (u.user_id = b.user_id) WHERE blog_id = LIMIT 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 'LIMIT 1' at line 8
Error Number: 1064