Thanks. So we can always use the pure SQL way.

On 2022/4/6 4:57, James Turton wrote:
select * from `words.csv` where word not in (select stopword from `stopwords.csv`);

Reply via email to