Microsoft
Software
Hardware
Network
Question : PL/SQL - ATTRIBUTE10 = REPLACE(NVL(vFlexValue, oFlexValue), 'NULL', NULL)
Hi Experts,
ATTRIBUTE10 = REPLACE(NVL(vFlexValue, oFlexValue), 'NULL', NULL), Can anybody explain how this staement is executing, and what would be stored in ATTRIBUTE10, after execution.
thanks
Dileep.
Answer : PL/SQL - ATTRIBUTE10 = REPLACE(NVL(vFlexValue, oFlexValue), 'NULL', NULL)
NVL goes: If first values is null, return the second.
Hopefully REPLACE is straight forward?
if vFlexValue is null, take the value of oFelxValue. If that value is the string 'NULL' replace it with a NULL.
Random Solutions
Summing amount using a aggregate function in a query
Excel Date Time format conversion yyyy-mmm-dd hh:mm:ss to mm/dd/yyyy hh:mm:ss
Apple Mail Notes keep reappearing after deletion
PPTP VPN via Windows 2008 R2
Access 2007 Combo box synchronization
I am having issues with IIS and SQL Reporting services.
Backup Exec 12 - Catalog issue
Domain Troubles.
making first word bold
Rogue disc drive in server 2008 cluster