Wow, pretty complete listing. You're either patient or used MySQL
SELECT Name FROM items WHERE gmflag=1 ORDER BY Name ASC;
Lists all GM items in your database. Can use
\T "GM-Items.txt" for output to text file, then
\t to disable output once query is finished.