SELECT语句

发表于:2007-07-02来源:作者:点击数: 标签:
SELECT语句标准格式:
SELECT    [ALL|DISTINCT]    select_list FROM table/view_list
    [WHERE    search_conditions]
    [GROUP    BY    group_by_list]
    [HAVING    search_conditions]
    [ORDER    BY    order_by_list]    

原文转自:http://www.ltesting.net