摘要: 过滤数据 使用where子句 在检索数据时,很少要检索出说有的数据,通常只需要检索出特定的子集即可,这时就需要指出搜索条件,搜索条件也被称为过滤条件。 使用where关键字,在from子句之后使用。 eg:select prod_name prod_price from products where 阅读全文
posted @ 2019-08-27 09:25 sunshine-2018 阅读(139) 评论(0) 推荐(0)