SQL:SELECT distinct b.iBlogId, b.vBlogName, b.vThumbImage, b.vHostName, b.vBlogSubject, b.dCreatedDate
FROM blog as b where b.eStatus='Active' ORDER BY b.dCreatedDate desc, b.vBlogName LIMIT -10,10
mysql_error: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 '-10,10' at line 2
ERROR TEXT: