全站数据
8 4 2 0 5 8 1

mysql 0x01怎么查

成考函授报名 | 简单学习,快乐成才!         
问题更新日期:2024-10-12 04:14:00

问题描述

mysql 0x01怎么查急求答案,帮忙回答下
精选答案
最佳答案

使用 case...when,例如:

select

case user_id when '11111' then '00000' end

from user where user_id='11111'