Tag Archives: count in mysql/sql

Count function in mysql

counting the number of records in a table. Example: Select * from mydoubts_table; ———————————— |firstname | lastname | address | ———————————— |vasanthan | pv | india | |nazar | gt | texas | |raju | raina | sreelanka| |gt | nazar | texas | |Martin | jacob | Dubai | |mydoubts.in | | newyork |… Read More »