我在MySQL表中有两列,一个是startDay varchar(10),比如"2020-03-23",另一个是orderId archer(20),它们都可以为空 select * from table where orderId is null and startDay < '2020-03-23'
select * from tablewhere orderId is not null and startDay <
我在两个列上有一个带有完整文本索引headline_idx的表文档,标题和文本中的文本是MEDIUMTEXT列,还有其他一些字段,其中一个名为lang。如果执行以下选择:所有操作都正常,全文索引将按预期使用更改为这样的OR:
select * from Document where lang= 'en' OR match(headLin