Hello,
I need help to write a SQL Statement/ Function that would read this table below...
glrd_acct*glrd_acct1*glrd_cc*glrd_cc1*glrd_user1*code_desc
6401 * 6405 * 1 * 900* 121.01 * SS
8000 * 8999 * 700 * 755 * 150 * AA
9100 * 9120 * A030 * A030 * 389.DUBU * EE
Basically, I need if Account is between glrd_acct and glrd_acct1 and has a CallCenter between glrd_cc and glrd_cc1.....THEN '"'||trim(Account)||'-code_desc"'
Thank you
I need help to write a SQL Statement/ Function that would read this table below...
glrd_acct*glrd_acct1*glrd_cc*glrd_cc1*glrd_user1*code_desc
6401 * 6405 * 1 * 900* 121.01 * SS
8000 * 8999 * 700 * 755 * 150 * AA
9100 * 9120 * A030 * A030 * 389.DUBU * EE
Basically, I need if Account is between glrd_acct and glrd_acct1 and has a CallCenter between glrd_cc and glrd_cc1.....THEN '"'||trim(Account)||'-code_desc"'
Thank you