Hi,
I have a table called SQLTbl, keeps all SQL of my reports
Field Name Value
QueryCode: D-X1
QueryName: EmployList query
SQLQuery: SELECT empno,ename,job..........
I would like to pulls only string/tables values between "FROM" clause and "WHERE" caluse
Eg:-
So, from the above query...