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.