| For best results switch to Advanced Search. |
[dblib] : Table 'chiroan_wp2020.tmp_1' doesn't exist
insert IGNORE into tmp_1(articleId,rank)
select distinct articleId,MATCH(authorName) AGAINST ('\"Lee Y\"' IN BOOLEAN MODE)
from tblAuthor
left join tblArticleAuthor on tblArticleAuthor.authorId=tblAuthor.authorId
where MATCH(authorName) AGAINST ('\"Lee Y\"' IN BOOLEAN MODE)
