在mysql中使用正則

SELECT prod_name FROM products WHERE prod_name REGEXP '.000' ORDER BY prod_name; 例1: 找手機號中至少存在3個疊號的號碼web select * from `user` where phone REGEXP '[1][359].[0-9]\\1{3}.'
相關文章
相關標籤/搜索