SyntaxFix
Write A Post
Hire A Developer
Questions
I think you want to know the total entries count in a table! For that use this code..
SELECT count( * ) as Total_Entries FROM tbl_ifo;