如何查出数据库中一个字段的值小一定的长度? sqlserver2005

2025-03-01 09:37:31
推荐回答(1个)
回答1:

select dd from table where len(dd)<3

dd 是table中的字段,语句表示查询table中字段dd小于长度3