Skip to content

Instantly share code, notes, and snippets.

View ikesnowy's full-sized avatar
🎯
Focusing

沈星繁 ikesnowy

🎯
Focusing
View GitHub Profile
select a, b, c
from table1
where a in ('123', '456', '789') and id = (select min(id) from table1 as mirror where mirror.a = table1.a);