标签:des style color sp 数据 bs 数据库 sql nbsp
在做项目的时候,需要查询数据库中相应字段的内容长度,以下是记录下来的方法:
SELECT length = DATALENGTH(username),
username FROM TABLENAME ORDER BY length desc
标签:des style color sp 数据 bs 数据库 sql nbsp
原文地址:http://www.cnblogs.com/zhaoyanqun/p/4117909.html