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
Appointment booking app or service for field engineers?
AJAX, JQUERY, server date timestamp
Extremely slow access to Redirected Folders in SBS2008 with XP Pro clients
change sched task pw via command line
How to Populate a ListBox Control with Values from an Access Database Table
Oracle packages
what is most cost effective way to backup windows 2008 sbs
Create linked server from MS Sql to oracle server
Looking for XP drivers for Compaq Presario C700
asp.net: How to determine if a when a user login. is an Admin Account, * the menu is selected to show admin pages & reports.