FROM T_NIS A, T_MEMBERS B WHERE A.F_POSTCODE(+) = REPLACE(B.F_POSCOD, ' ')This REPLACE -- what does it do? Is it similar to NVL?
Requires Free Membership to View
In your example all white spaces will be removed from the valid in B.F_POSCOD column before the equality is verified.
This was first published in June 2004

Join the conversationComment
Share
Comments
Results
Contribute to the conversation