Subject | What is difference between Distinct and Distinct(FieldName) |
---|---|
Author | liviuslivius |
Post date | 2015-03-16T11:24:35Z |
Hi,
is there some difference in meaning between this two
SELECT DISTINCT R.RDB$FIELD_ID, R.RDB$RELATION_NAME FROM RDB$RELATIONS R
and this
SELECT DISTINCT(R.RDB$FIELD_ID), R.RDB$RELATION_NAME FROM RDB$RELATIONS R
regards,
Karol Bieniaszewski