当前位置:网站首页>Change the status to the corresponding text during MySQL query
Change the status to the corresponding text during MySQL query
2022-06-27 05:56:00 【Wen Wen top】
CASE loan_status
WHEN 1 THEN ' Pending loan '
WHEN 2 THEN ' Lending failed '
WHEN 3 THEN ' Disbursements have been made '
WHEN 4 THEN ' Within the time limit '
WHEN 5 THEN ' Have settled '
WHEN 6 THEN ' The loan has been cancelled after the return '
WHEN 7 THEN ' Return refund '
WHEN 8 THEN ' Transfer payment settlement '
END
AS "loanStatus",
边栏推荐
猜你喜欢
双位置继电器JDP-1440/DC110V
Win 10 如何打开环境变量窗口
openstack实例重启状态就会变成错误处理方法,容器搭建的openstack重启计算节点compute服务方法,开机提示Give root password for maintenance处理方法
js实现双向数据绑定
Go日志-Uber开源库zap使用
Junda technology - centralized monitoring scheme for multi brand precision air conditioners
Mechanical transcoding journal [17] template, STL introduction
Avoid asteroids
Kubesphere cluster configuration NFS storage solution - favorite
Wechat applet websocket use case
随机推荐
Gao Xiang slam14 lecture - note 1
310. 最小高度树
Spark's projection
Unity中跨平台获取系统音量
多线程基础部分Part2
EasyExcel合并相同内容单元格及动态标题功能的实现
Neo4j database export
OpenCV的轮廓检测和阈值处理综合运用
【FPGA】 基于FPGA分频,倍频设计实现
Navigation [machine learning]
Neon optimization 1: how to optimize software performance and reduce power consumption?
【Cocos Creator 3.5.1】input.on的使用
LeetCode-515. 在每个树行中找最大值
Avoid asteroids
【Cocos Creator 3.5.1】event. Use of getbutton()
js实现双向数据绑定
Openresty usage document
【Cocos Creator 3.5.1】坐标的加法
程序猿学习抖音短视频制作
使用域名转发mqtt协议,避坑指南