Home »

Write a query to find the total number of rows in a table

Question ListCategory: .NETWrite a query to find the total number of rows in a table
jully882 author asked 8 years ago
1 Answers
jamessmith05 author answered 8 years ago

Select count(*) from t_employee;

Please login or Register to Submit Answer