ZanderNg's recent timeline updates
ZanderNg

ZanderNg

V2EX member #410519, joined on 2019-05-09 09:37:44 +08:00
ZanderNg's recent replies
Dec 30, 2020
Replied to a topic by liquorppp MySQL 构建 SQL 查询语句的疑问
select t1.*
from (select t.a,
t.b,
t.c,
row_number() over(partition by t.a order by to_number(b)) as rank
from tgxt.test_a t
where t.c is not null) t1
where rank = 1
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1231 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 12ms · UTC 23:56 · PVG 07:56 · LAX 16:56 · JFK 19:56
♥ Do have faith in what you're doing.