| 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(subject) AGAINST ('\"Affiliation / McMaster University. Department of Anaesthesia\"' IN BOOLEAN MODE)
from tblSubject
left join tblArticleSubject on tblArticleSubject.subjectId=tblSubject.subjectId
where MATCH(subject) AGAINST ('\"Affiliation / McMaster University. Department of Anaesthesia\"' IN BOOLEAN MODE)
