Skip to content
Extraits de code Groupes Projets
Vérifiée Valider af3dcac9 rédigé par Kubat's avatar Kubat
Parcourir les fichiers

Modify sql schema for query://

parent b3273e07
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion!37shuffle
...@@ -111,10 +111,9 @@ INSERT INTO misc (id) VALUES (42); ...@@ -111,10 +111,9 @@ INSERT INTO misc (id) VALUES (42);
-- A simple view to concatenate informations about karas to make search on them -- A simple view to concatenate informations about karas to make search on them
CREATE VIEW IF NOT EXISTS view_kara AS CREATE VIEW IF NOT EXISTS kara_ AS
SELECT SELECT
id, *,
(song_type || '/' || source_name || ' - ' || category || song_number || ' - ' || song_name) AS string, (song_type || '/' || source_name || ' - ' || category || song_number || ' - ' || song_name) AS string
file_path
FROM kara FROM kara
; ;
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter