SQLite NOT IN dosn't show any results

前端 未结 0 1774
梦谈多话
梦谈多话 2021-01-18 15:16
SELECT author 
FROM book 
WHERE author NOT IN (SELECT author FROM supply);

This code doesn\'t work in SQLite 3.33 Why ? It dosn\'t show any results.

相关标签:
回答
  • 消灭零回复
提交回复
热议问题