Re: How do I know the line number in a stored procedure?
From: Rachel Rainey <raineyr_at_cuug.ab.ca>
Date: 1999/11/23
Message-ID: <383B08DE.6AA02419_at_cuug.ab.ca>#1/1
Date: 1999/11/23
Message-ID: <383B08DE.6AA02419_at_cuug.ab.ca>#1/1
I believe the columns are line and text,
so if you wish to display the proc,
select line, text from user_source order by line;
of course, just do a desc on user_source to be sure these are the column
names
rtproffitt_at_my-deja.com wrote:
>
> USER_/ALL_ SOURCE ?
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Tue Nov 23 1999 - 00:00:00 CET