update
This commit is contained in:
7
daten-manipulieren/update.sql
Normal file
7
daten-manipulieren/update.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
update categories set title = '
|
||||
Fremdsprachige Bücher' where title = 'Fremdsprachige Bücher';
|
||||
|
||||
update categories set title = 'Kinder- & Jugendbücher' where title = 'Kinder- und Jugendbücher';
|
||||
update categories set title = 'Ernährung & Diät' where id = 8;
|
||||
|
||||
update categories set title = replace(title, 'und', '&');
|
Reference in New Issue
Block a user