我需要查询一个SQL数据库以查找一列的所有不同值,并且需要另一列的任意值。例如,考虑具有两列的下表,键和值:
key value
=== =====
one test
one another
one value
two goes
two here
two also
three example
我希望从每个不同的键中取回一个任意选择的示例行,也许可以得到以下三行:
key value
=== =====
one test
two goes
three example
如何在SQL中制定这样的查询?
2
哪个DBMS(Oracle,SQL-Server,DB2,MySQL,Postgres)?
—
ypercubeᵀᴹ
这是一个专有系统。
—
WilliamKF 2012年