Hi,
Can we use DISTINCT and TRIM function on same column in single select.
expl: Select Distinct (TRIM(NAME)) from Table;
this is giving error
Hi,
Can we use DISTINCT and TRIM function on same column in single select.
expl: Select Distinct (TRIM(NAME)) from Table;
this is giving error