# Table Functions

Table functions are methods for constructing tables.

You can use table functions in:

  • FROM clause of the SELECT query.
    The method for creating a temporary table that is available only in the current query. The table is deleted when the query finishes.
  • CREATE TABLE AS table_function() query.
    It's one of the methods of creating a table.
  • INSERT INTO TABLE FUNCTION table_function() query.
Last Updated: Sat Apr 13 2024 10:45:55 GMT+0000