I have table like this.
id_people | name
1 John
4 Jenny
7 Nik
results i want.
no | name
1 John
2 Jenny
3 Nik
I want to running query to select data from my table with statement everything (*) without show Primary key and unique field and without having to call all name of field. Can i do that ?