I'm trying to concatenate 3 [char(32)] fields:
title1
title2
title3
into one field, but the catch is that I'm using an older version of SQL and it DOES NOT support the CONCAT() subroutine or the + operator
Nevermind... I figured it out...
its
(title1 || title2 || title3)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With