我有一些这样的行:
Table: Orders
OrderNumber City
------------------------
1001 Austin
1001 Dallas
1001 Houston
1001 Miami
1002 Austin
1003 Austin
1003 Dallas
我想提取所有将 City 作为 Austin和任何其他城市的 OrderNumber。在上面的例子中,我应该得到订单 1001 和 1003,而不是 1002。
实现这一目标的最佳方法是什么?