commit 8cd7d42efc25ec896fb4b37f8b8f218dcb680bf8 Author: mauirixxx Date: Sun Aug 5 23:38:08 2018 -1000 initial edit diff --git a/Useful-SQL-commands.md b/Useful-SQL-commands.md new file mode 100644 index 0000000..1b71b2e --- /dev/null +++ b/Useful-SQL-commands.md @@ -0,0 +1,2 @@ +View which titles have at least 1 rank applied to it: +* SELECT gwtitles.titlename FROM gwtitles WHERE titlenameid IN (SELECT titlenameid FROM gwsubtitles) ORDER BY titlename ASC; \ No newline at end of file