On 2009-01-29, sanjeev kumar <vannalaspgsql(at)gmail(dot)com> wrote:
> --000e0cd150b60728d804619c963d
> Content-Type: text/plain; charset=ISO-8859-1
> Content-Transfer-Encoding: 7bit
>
> Hi all,
>
> I have written procedure as follows:
> ---------------------------------------------------------
> --procedure begin
> Create Procedure sp_getNoOfDays(
> ip_startDate IN date,
> ip_endDate IN date,
> op_noofdays OUT bigint
> )
what is it's prupose?