## Oracle

==> (code1 || code2) code

==> CONCAT(code1 , code2) code

## MS SQL Server
==> (code1 + code2) code

Posted by bestrok
,