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中的 [[:<:]] ,[[:>:]] 是什么意思?
4 回答1.2k 阅读✓ 已解决
8 回答1.2k 阅读
3 回答1k 阅读✓ 已解决
2 回答1.7k 阅读
2 回答1.2k 阅读
1 回答856 阅读✓ 已解决
1 回答649 阅读✓ 已解决
定位符,词的开始、结尾
http://www.cnblogs.com/suyuwe...