mysql查詢索引加不加引號性能

CREATE TABLE `new_table` (   `id` int(11) NOT NULL AUTO_INCREMENT,   `name` varchar(45) DEFAULT NULL,   `sex` enum('man','woman') DEFAULT NULL,   `mobile` varchar(45) DEFAULT NULL,   PRIMARY KEY (`id`
相關文章
相關標籤/搜索