Hi Guys,
I want to check if a table is empty or not?
In my table (i.e test) have no records and id is a primary key as well as auto increment column.
i have using to find this "select count(id) from test"
It gives 1 .
ALso using others query but only get answer 1
how do find ?
I want to check if a table is empty or not?
In my table (i.e test) have no records and id is a primary key as well as auto increment column.
i have using to find this "select count(id) from test"
It gives 1 .
ALso using others query but only get answer 1
how do find ?
Comment