 |
SELECT count(DISTINCT name) AS count FROM alben WHERE ( FIND_IN_SET('Alternative',genre) OR FIND_IN_SET('Independent',genre) OR FIND_IN_SET('Punk',genre)) AND ();: Datenbankfehler: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1 SELECT count(DISTINCT name) AS count FROM alben WHERE ( FIND_IN_SET('Crossover',genre) OR FIND_IN_SET('Nu Metal',genre)) AND ();: Datenbankfehler: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1 SELECT count(DISTINCT name) AS count FROM alben WHERE ( FIND_IN_SET('Hardcore',genre) OR FIND_IN_SET('Metalcore',genre)) AND ();: Datenbankfehler: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1 SELECT count(DISTINCT name) AS count FROM alben WHERE ( FIND_IN_SET('Thrash Metal',genre)) AND ();: Datenbankfehler: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1 SELECT count(DISTINCT name) AS count FROM alben WHERE ( FIND_IN_SET('Death Metal',genre) OR FIND_IN_SET('Grindcore',genre) OR FIND_IN_SET('Crust',genre)) AND ();: Datenbankfehler: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1 SELECT count(DISTINCT name) AS count FROM alben WHERE ( FIND_IN_SET('Heavy Metal',genre) OR FIND_IN_SET('Power Metal',genre)) AND ();: Datenbankfehler: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1 SELECT count(DISTINCT name) AS count FROM alben WHERE ( FIND_IN_SET('Hard Rock',genre) OR FIND_IN_SET('Stoner Rock',genre)) AND ();: Datenbankfehler: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1 SELECT count(DISTINCT name) AS count FROM alben WHERE ( FIND_IN_SET('Doom Metal',genre)) AND ();: Datenbankfehler: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1 SELECT count(DISTINCT name) AS count FROM alben WHERE ( FIND_IN_SET('Black Metal',genre)) AND ();: Datenbankfehler: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1 SELECT count(DISTINCT name) AS count FROM alben WHERE ( FIND_IN_SET('Pagan',genre) OR FIND_IN_SET('Folk',genre)) AND ();: Datenbankfehler: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1 SELECT count(DISTINCT name) AS count FROM alben WHERE ( FIND_IN_SET('Gothic',genre) OR FIND_IN_SET('Dark Metal',genre) OR FIND_IN_SET('EBM',genre)) AND ();: Datenbankfehler: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1 SELECT count(DISTINCT name) AS count FROM alben WHERE ( FIND_IN_SET('Electro',genre) OR FIND_IN_SET('Industrial',genre)) AND ();: Datenbankfehler: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1 SELECT count(DISTINCT name) AS count FROM alben WHERE ( FIND_IN_SET('Ambient',genre) OR FIND_IN_SET('Experimental',genre)) AND ();: Datenbankfehler: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1
|
 |