Show the name and population for 'France', 'Germany', 'Italy'
I wrote it as
select name, population from bbc where name = 'France' , 'Germany' , 'Italy';
But this is not right. Can someone help me correct it. I am trying to learn this.
2007-03-13
05:07:52
·
7 answers
·
asked by
John
4
in
Computers & Internet
➔ Programming & Design
Thanks everybody for the great answers. It is amazing that we can have several different solutions to the same problem.
2007-03-13
05:20:24 ·
update #1