oracle中怎么查字段值长度?

如题所述

elect * from table1 where length(字段)>2
select * from table1 where length(字段名)>2

oracle 查询字段多少个字?

用oracle的length()函数。

oracle中怎么查询所有数据中一个字段的最大值?

用SELECT MAX(order_id) from plt_t_news_type 即可

温馨提示:内容为网友见解,仅供参考
无其他回答
相似回答