Skip to content

Commit

Permalink
Ajouter des NULL
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacques Berger committed May 8, 2015
1 parent dcecfad commit 4775cca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cours1/setup.sql
Expand Up @@ -11,5 +11,5 @@ 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 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);
insert into albums values('Michael Buble', 'Call Me Irresponsible', 2007, NULL, 4);
insert into albums values('Michael Buble', 'Crazy Love', 2009, NULL, 3);

0 comments on commit 4775cca

Please sign in to comment.