摘要:
一、语法结构select select_list[ into new_table ]from table_source[ where search_condition ][ group by broup_by_expression ][ having search_condition ][order by order_by_expression [ asc | desc ] select查询语句中的主要参数说明如下select_list:查询的列或者表达式的列表,用逗号进行分隔。new_table:新的表名。table_source:要查询的表。如果是多个表,用逗号进行分隔。search_co 阅读全文
posted @ 2013-03-05 20:12
逆心
阅读(7178)
评论(0)
推荐(1)
浙公网安备 33010602011771号