AudioFerret/v1/sql/qryCbx Artists
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
About
SQL
<mysql>CREATE OR REPLACE VIEW qryCbx_Artists AS
SELECT a1.ID, a1.Name AS Name FROM Artist AS a1
UNION
SELECT a2.ID, a2.Sort AS Name FROM Artist AS a2 WHERE (a2.Sort <> ) AND (a2.Sort <> a2.Name)
ORDER BY Name;</mysql>
