博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
查询处理的逻辑顺序
阅读量:4213 次
发布时间:2019-05-26

本文共 238 字,大约阅读时间需要 1 分钟。

(8) select (9) [Distinct]

(11) [Top n] 返回结果列表 [into 新表名称]

(1) from 表

(3) [Inner | left | right] join 表 (2) on < 表join的条件>

(4) [where <过滤条件>]

(5) [Group by <分组语法>]

(6) [with {cube | rollup}]

(7) Having <过滤条件>

(10) order by <排序列表> asc| desc

转载地址:http://wwbmi.baihongyu.com/

你可能感兴趣的文章
Sending Simple Data to Other Apps
查看>>
Receiving Simple Data from Other Apps
查看>>
进程调度API之sleep_on_spinunlock
查看>>
进程调度API之preempt_count_add/preempt_count_sub
查看>>
utils/pkg_list.sh
查看>>
中断API之set_handle_irq
查看>>
中断API之__tasklet_hi_schedule_first
查看>>
中断API之__tasklet_schedule
查看>>
中断API之enable_irq
查看>>
中断API之disable_irq
查看>>
nova 中的guestfs
查看>>
nova中的localfs
查看>>
utils/rpm_build.sh
查看>>
中断API之request_irq/request_threaded_irq
查看>>
中断API之irq_set_chained_handler
查看>>
中断API之irq_set_chip
查看>>
中断API之irq_set_chip_data
查看>>
中断API之irq_set_irq_type
查看>>
中断API之setup_irq
查看>>
查看模块参数
查看>>