摘要: SELECT school_code,`name`,phone from student WHERE login_name REGEXP 'ning$'LIMIT 10; concat() SELECT CONCAT(school_code,`name`) from student WHERE lo 阅读全文
posted @ 2018-05-02 18:24 白莲花の 阅读(523) 评论(0) 推荐(0) 编辑