0
Answer

How to extract particular word from eachstament ofText file

Gaurav Goyal

Gaurav Goyal

9y
776
1
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