3 lines
101 B
MySQL
3 lines
101 B
MySQL
|
select distinct NOM
|
||
|
From Viticulteur natural join Commande natural join Vin
|
||
|
Where numbuveur = '1600'
|