有人可以告诉我为什么下面的代码不适用于 Oracle SQL。
select distinct city from station where id%2=0;
该代码用于打印城市名称,即使是 ID 也不会重复。还有其他方法可以满足我的要求吗?
sql oracle
oracle ×1
sql ×1