AudioFerret/v1/sql/qryArtists index

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< AudioFerret‎ | v1‎ | sql
Revision as of 02:48, 10 January 2012 by Woozle (talk | contribs) (extracted from main page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

SQL

<mysql>CREATE OR REPLACE VIEW qryArtists_index AS SELECT

 id,
 name

FROM Artist UNION SELECT

 id,
 sort

FROM Artist WHERE NULLIF(sort,) IS NOT NULL ORDER BY name;</mysql>