Subject What is difference between Distinct and Distinct(FieldName)
Author liviuslivius
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