📜  where 关键字 sql 代码示例

📅  最后修改于: 2022-03-11 15:05:00.849000             🧑  作者: Mango

代码示例2
Where clause basically returns only 
true conditions

Select First_Name
From Customers
Where ID = 1905Cimbom;