开发者

Dynamic SQL PostgreSQL

开发者 https://www.devze.com 2023-04-03 12:52 出处:网络
I want to know the basics of dynamic sql especially in PostgreSQL. I was googling for a while but have no luck for getting a good described examples. Maybe someone here could give me some links to the

I want to know the basics of dynamic sql especially in PostgreSQL. I was googling for a while but have no luck for getting a good described examples. Maybe someone here could give me some links to the materials from which you where studying this subject.

Ok so to be more accurate I am interested in examples of especially PL/SQL (PostgreSQL) code which will demonstrat开发者_运维知识库e examples with description :)


Here is a good place to start: http://www.postgresql.org/docs/9.1/static/plpgsql-statements.html#PLPGSQL-STATEMENTS-SQL-NORESULT

Look in particular at section called "Executing Dynamic Commands".

0

精彩评论

暂无评论...
验证码 换一张
取 消