Community journal

The latest from the MySQL community

Ideas, releases, practical guides, and perspectives from the people building with MySQL.

Follow the feed
Showing entries 1 to 1 of 1 « Previous | Next »
Displaying posts with tag: kdb+ (reset)
mysql的SQL语句转换为KDB+的SQL语句

mysql里一条包含分组,排序,取前n条的sql语句如下

select create_time,price,sum(num) num from t1 WHERE sid="a" AND rid="b" GROUP BY price ORDER BY price ASC,create_time A...

【mysql】  【SQL】  【数据库】  【排序】  【BY】  【Group】  【KDB】   …

[获取更多]