SQL MID()语法:
SELECT MID(column_name,start[,length]) FROM table_name
MID 函数用于从文本字段中提取字符。
SQL--MID()函数
原文:http://www.cnblogs.com/ldsec/p/5686960.html