摘要: 单表查询 数据库中包含大量的数据,根据特殊要求,可能只需要查询表中的指定数据,即对数据进行过滤在 select 语句中,通过 where 子句可以对数据进行过滤。 select [all | distinct] * | column_name from table_name where <条件表达式 阅读全文
posted @ 2020-12-07 15:23 nyfq 阅读(296) 评论(0) 推荐(0)