Oracle数据库判断字段

83 阅读1分钟

用decode字段:

decode(t.gf_flag,'0','未发送','1','已发送') gf_flag,