人工智能

MySQL中order by排序语句的原理解析

时间:2010-12-5 17:23:32  作者:IT科技   来源:系统运维  查看:  评论:0
内容摘要:order by 是怎么工作的?表定义CREATE TABLE `t1` ( `id` int(11) NOT NULL, `city` varchar(16) NOT N

order by 是序语怎么工作的云服务器提供商

表定义

MySQL中order by排序语句的原理解析

CREATE TABLE `t1` ( `id` int(11) NOT NULL, `city` varchar(16) NOT NULL, `name` varchar(16) NOT NULL, `age` int(11) NOT NULL, `addr` varchar(128) DEFAULT NULL, PRIMARY KEY (`id`), KEY `city` (`city`)) ENGINE=InnoDB;

MySQL中order by排序语句的原理解析

亿华云
copyright © 2025 powered by 益强资讯全景  滇ICP备2023006006号-31sitemap