me
from where i can find this.
Thanks
Regards
Dinesh Parikh
attaching my code as well as error which appears to me.
I have noted that if table has same type of column
then no error comes .
I am using RedHat 7.1 and postgres
7.1.2
Thanks
Regards
Dinesh Parikh
NSTL, New Delhi.
Function Code is described
as:
drop function testfunc();Create
function
Dinesh Parikh
NSTL, New Delhi
Function code.
Drop Function TestTempTable()
Create Function TestTempTable()
Returns Int4 As '
Declare
DBFirst
Int4;
DBRec Record;
Begin
Create Temporary Table Dual(FirstCol
Int4);
Insert Into Dual
Values(12);
Insert Into
t when I am running it , it gives
error
DROPCREATEERROR: parser: parse error at or
near "start"
What may be cause of it. Actually I am converting
oracle stored procedure to postgres function.So what is alternate.Is there any
support of Continue statement.
Thanks
Regards
Dinesh Parikh