Ispirer Website Ispirer Capabilities - Oracle Migration Free Trial

Oracle COALESCE function to HiRDB

HiRDB database supports COALESCE function. SQLWays leaves it as is.

Oracle:

n := COALESCE(a,b); 

HiRDB:

SET n = COALESCE(a,b); 

References in Wiki

Database Reference
Oracle COALESCE
HiRDB COALESCE

© 1999-2024, Ispirer Systems, LLC. All Rights Reserved.