Not equal to. It excludes the rows matching the value from the results. SELECT * FROM CustomersWHERE Country='Germany' AND City !='Berlin';.
確定! 回上一頁