
hi,
please suggest me how to extract table name and find the no of select statement and insert statement from a file and dispaly the result of SELECT and INSERT tablewise i.e.
abc_table SELECT 4
pgm_table INSERT 5
Please tell me how to do the coding for this.
Neeraj