TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
souvik sardar
NA
65
715
How to return multi tables in postgres without refcursor?
Apr 24 2018 12:39 PM
I have one procedure in sql server like:::
creare roc sp_fetch()
as
begin
select id,name from Tbl_User;
select projectId, projectname from Tbl_project
end;
How to write the same query in postgres function without using refcursor? How to return multi result set from function?
Reply
Answers (
1
)
how to restore .Dat extention to mssql 2008....
How we can take incremental backup in MySql using command?