select count (*) from `table_new`;
select count (`id`) from `table_new`;
select count(*) from table_new;
select count(id) from table_new;