RE: looking for a parsing script

2001-09-25 Thread Steven Lembark
-- "Adams, Matthew (GEA, 088130)" <[EMAIL PROTECTED]> > > Actually, what I've got is a table > with a varchar2(4000) column holding statements pulled > from various databases (all kinds of statments, not just > selects). What I'm writing is a pl/sql routine to parse > through all these statmen

RE: looking for a parsing script

2001-09-25 Thread Adams, Matthew (GEA, 088130)
Title: RE: looking for a parsing script Actually, what I've got is a table with a varchar2(4000) column holding statements pulled from various databases (all kinds of statments, not just selects).  What I'm writing is a pl/sql routine to parse through all these statments and gener

Re: looking for a parsing script

2001-09-24 Thread Jared Still
Matt, What kind of file will the SQL be in? Do you have a sample? Jared On Monday 24 September 2001 07:15, Adams, Matthew (GEA, 088130) wrote: > Before I go out an re-invent the wheel (again), > I wanted to ask if anyone has a script > (preferably pl/sql) for parsing out > table references fr