Ispirer Website Ispirer Capabilities - Oracle Migration Free Trial

Oracle CONCAT function to HiRDB

SQLWays changes CONCAT function to string concatination expression using ||.

Oracle:

select CONCAT('str1', 'str2') from t;  

HiRDB:

select 'str1' || 'str2' from t;   

References in Wiki

Database Reference
Oracle CONCAT

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