WHERE
Select *
From Customer
Where Country = 'Spain';Select <kolommen>
From <tabel>
Where <voorwaarde>;Last updated
Was this helpful?
Select *
From Customer
Where Country = 'Spain';Select <kolommen>
From <tabel>
Where <voorwaarde>;Last updated
Was this helpful?
Was this helpful?