Trace: • Using Table Functions
Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| jvx:server:db:table_functions [2020/06/15 12:16] cduncan Edited for English grammar (capitalization, punctuation, correct verb conjugation) | jvx:server:db:table_functions [2020/06/29 13:00] (current) cduncan Edited for English grammar (capitalization, punctuation, correct verb conjugation) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ~~NOTRANS~~ | ~~NOTRANS~~ | ||
| ~~Title: Using Table Functions~~ | ~~Title: Using Table Functions~~ | ||
| - | [[https://docs.oracle.com/cd/B19306_01/appdev.102/b14289/dcitblfns.htm|Table or Pipelined functions]] are a cool thing. Use them to dynamically create records directly, without a physical table, in the database with all available database features. Not all database systems support table functions but Oracle and [[https://postgresrocks.enterprisedb.com/t5/The-Knowledgebase/Oracle-Workaround-PIPELINED/ta-p/152|PostgreSql]] do. Here's an example for a table function with Oracle. | + | [[https://docs.oracle.com/cd/B19306_01/appdev.102/b14289/dcitblfns.htm|Table or pipelined functions]] are a cool thing. Use them to dynamically create records directly -- without a physical table -- in the database with all available database features. Not all database systems support table functions but Oracle and [[https://postgresrocks.enterprisedb.com/t5/The-Knowledgebase/Oracle-Workaround-PIPELINED/ta-p/152|PostgreSql]] do. Here's an example for a table function with Oracle. | 
| First, we need the table function: | First, we need the table function: | ||
