查看SQL字段的长度

select  length(字段)  from  table;

select * from table where length(字段) > 6 ;

posted @ 2012-07-17 20:50  IT忍者  阅读(423)  评论(0编辑  收藏  举报