Select statement | Oracle PL/SQL | SS64.com

Select statement | Oracle PL/SQL | SS64.com

瀏覽:1148
日期:2025-06-08
PL/SQL SELECT Statement Retrieve data from one or more tables, views, or snapshots. Syntax: SELECT [hint][DISTINCT] select_list INTO {variable1, variable2... | record_name} FROM table_list [WHERE conditions] [GROUP BY group_by_list] [HAVING search_conditi...看更多