1527. Patients With a Condition (like/REGEXP)

link

select * from patients where conditions REGEXP BINARY '^DIAB1|\\sDIAB1'
select * from patients where conditions like BINARY 'DIAB1%' or conditions like BINARY 
'% DIAB1%'
posted @ 2020-10-01 09:56  feibilun  阅读(100)  评论(0编辑  收藏  举报