SELECT Syntax statement
SELECT [hint][DISTINCT] select_list
FROM table_list
[WHERE conditions]
[GROUP BY group_by_list]
[HAVING search_conditions]
[ORDER BY order_list [ASC | DESC] ]
[FOR UPDATE for_update_options]
No comments:
Post a Comment
Thanks