4 lines
192 B
Plaintext
4 lines
192 B
Plaintext
select * from buveur
|
|
select numbuveur, nom, ville from buveur
|
|
select numbuveur, nom from buveur where ville = 'PARIS'
|
|
select numbuveur, nom from buveur where ville = 'PARIS' or ville = 'MACON' |