SQL how to pull home email if Gordon email is nul
Problem Description :
SQL how to pull home email if Gordon email is null
Resolution :
decode (email_address, null,email_address_home, email_address)
Revision Date : 11/15/2012
Problem Description :
SQL how to pull home email if Gordon email is null
Resolution :
decode (email_address, null,email_address_home, email_address)
Revision Date : 11/15/2012