
复制select SUBSTRING_INDEX(phone,符串分割
-,2) as PNumber,                      SUBSTRING_INDEX(phone,-, -1) as Ext,                      phone from tb_user   where ucid = 271338            +--------------+------+-------------------+              | PNumber      | Ext | phone             |              +--------------+------+-------------------+              | 010-88888882 | 5612 | 010-88888882-5612 |              +--------------+------+-------------------+              1.2.3.4.5.6.7.8.9.            
(责任编辑:系统运维)