04 2022 档案

摘要:Introduction In this article, we will show a method to change sysdate on the Oracle database. Although sysdate holds the current date from the operati 阅读全文 »
posted @ 2022-04-29 11:23 satire 阅读(205) 评论(0) 推荐(0) 编辑
摘要:CASE WHEN 表达式有两种形式 --简单Case函数 CASE sex WHEN '1' THEN '男' WHEN '2' THEN '女' ELSE '其他' END --Case搜索函数 CASE WHEN sex = '1' THEN '男' WHEN sex = '2' THEN ' 阅读全文 »
posted @ 2022-04-22 09:32 satire 阅读(151) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示