1. 首页
  2. 编程语言
  3. PHP
  4. SQL集合函数中case when then 使用技巧

SQL集合函数中case when then 使用技巧

上传者: 2020-09-14 16:49:18上传 PDF文件 132.34KB 热度 32次
我们都知道SQL中适用case when then来转化数据库中的信息 比如 select (case sex when 0 then '男' else '女' end) AS sex from studentInfo
下载地址
用户评论