mysql(4)对数据表的查询-- SELECT
摘要:
【select】 查找记录 SELECT select_expr [,select_expr ...] [ FROM table_references [WHERE where_condition] [GROUP BY {col_name | position} [ASC | DESC],...] 阅读全文
posted @ 2019-05-12 14:54 暖暖_8023 阅读(239) 评论(0) 推荐(0) 编辑