select * from jw_products as p join jw_account as a on p.account_id regexp '[[:<:]]' || a.account_id || '[[:>:]]' where p.product_id=12;
sql中的 [[:<:]] ,[[:>:]] 是什么意思?
select * from jw_products as p join jw_account as a on p.account_id regexp '[[:<:]]' || a.account_id || '[[:>:]]' where p.product_id=12;
sql中的 [[:<:]] ,[[:>:]] 是什么意思?
5 回答1.5k 阅读
2 回答2.2k 阅读
3 回答748 阅读✓ 已解决
1 回答1k 阅读
1 回答687 阅读✓ 已解决
1 回答991 阅读
1 回答863 阅读
定位符,词的开始、结尾
http://www.cnblogs.com/suyuwe...