Help Center/
GaussDB(DWS)/
Tool Guide/
DSC/
SQL Syntax Migration Reference/
Teradata Syntax Migration/
Functions and Operators/
Table Operators
Updated on 2024-07-19 GMT+08:00
Table Operators
The functions that can be called in the FROM clause of a query are from the table operator.
Input: Table operator with RETURNS
1 2 |
SELECT * FROM TABLE( sales_retrieve (9005) RETURNS ( store INTEGER, item CLOB, quantity BYTEINT) ) AS ret; |
Output:
1 2 |
SELECT * FROM sales_retrieve(9005) AS ret (store, item, quantity); |
Parent topic: Functions and Operators
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot