📄 datareport将贷款金额按年限的大小放在各自列中.txt
字号:
select je1=(case when year <5 then je else null end),
je2=(case when year between 5 and 10 then je else null end),
je3=(case when year between 10 and 20 then je else null end),
je4=(case when year between 20 and 30 then je else null end)
from table
说 明 :本 SQL返 回 四 个 列 。
<END>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -