Gaurav Goyal

Gaurav Goyal

  • NA
  • 21
  • 5.8k

How to extract particular word from eachstament ofText file

May 14 2015 2:54 AM
Hi
I need name of table from text file which contain multiple select staments

select Studentid,Stunm,StuClass from Student;
Selct BookNm,booknbr,Bookcd from Book


I want name of table ie
Book and Student in two string array

How can I do that