日期:2014-05-16 浏览次数:20807 次
select * from xxxxx order by `time` desc, find_in_set (`name`,'北部,东北部,东部,西部');
------解决方案--------------------
mysql> select @@version;
+-----------+
| @@version |
+-----------+
| 5.5.23 |
+-----------+
1 row in set (0.00 sec)
这样查版本
或
C:\Users\Administrator>mysql -uroot -p123
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 2
Server version: 5.5.23 MySQL Community Server (GPL)