-- 判断是否是数字 select * from (select '12' col1 from dual) where trim(translate(col1,'0123456789',' ')) is NULL;
select name , case when trim(translate(col1,'0123456789',' ')) is NULL then col1 || '是数字' else col1 || '不是数字' end remark , col1 from t_user
-- 判断是否是数字 select * from (select '12' col1 from dual) where trim(translate(col1,'0123456789',' ')) is NULL;
select name , case when trim(translate(col1,'0123456789',' ')) is NULL then col1 || '是数字' else col1 || '不是数字' end remark , col1 from t_user
常记溪亭日暮,沉醉不知归路。兴尽晚回舟,误入藕花深处。争渡,争渡,惊起一滩鸥鹭。
昨夜雨疏风骤,浓睡不消残酒。试问卷帘人,却道海棠依旧。知否?知否?应是绿肥红瘦。