Skip to content

Commit

Permalink
Retirer les caractères non-ASCII
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacques Berger committed May 8, 2015
1 parent 57ab74e commit dcecfad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cours1/setup.sql
Expand Up @@ -9,7 +9,7 @@ create table albums (
);

insert into albums values('Michael Jackson', 'Thriller', 1982, 'Un classique', 5);
insert into albums values('Michael Jackson', 'Bad', 1987, '5 ans pour un deuxième album?!!?', 5);
insert into albums values('Michael Jackson', 'Dangerous', 1991, 'Moins excellent, mais bon quand même', 4);
insert into albums values('Michael Bublé', 'Call Me Irresponsible', 2007, '', 4);
insert into albums values('Michael Bublé', 'Crazy Love', 2009, 'Rien à dire', 3);
insert into albums values('Michael Jackson', 'Bad', 1987, '5 ans pour un deuxieme album?!!?', 5);
insert into albums values('Michael Jackson', 'Dangerous', 1991, 'Moins excellent, mais bon quand meme', 4);
insert into albums values('Michael Buble', 'Call Me Irresponsible', 2007, '', 4);
insert into albums values('Michael Buble', 'Crazy Love', 2009, 'Rien a dire', 3);

0 comments on commit dcecfad

Please sign in to comment.