datareport将贷款金额按年限的大小放在各自列中.txt
来自「以电子书的形式收集了VB一些常见问题解决方法,可以很方便的查找自己需要解决的问题」· 文本 代码 · 共 8 行
TXT
8 行
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 + =
减小字号Ctrl + -
显示快捷键?