SQL语句怎么查询一个字段的位数怎么查询一个字段的位数 请高手指教 [解决办法]len[解决办法]len(字段)[解决办法]len OR datalength[解决办法]select name,length from syscolumns where id=object_id( '表名 ') and name= '列名 '