View Single Post
  #2 (permalink)  
Old 02-20-2008, 05:49 AM
Murali Murali is offline
D-Web Master
 
Join Date: Feb 2007
Location: India-Chennai.
Posts: 386
Murali is on a distinguished road
Send a message via AIM to Murali
Default Re: how to create store procedure?

Could not able to understand your question clearly?
Can u able to tell me what u exactly need?
Did u mean to get the total number of records from a table,then it is so simple

Code:
SELECT COUNT(*) FROM table;
__________________
-Murali..
Reply With Quote