Question : CONCAT strings

How do you do a concat of strings in postresql???? I tried using the concat(string1,string2) function in my select
statement but it doesn't work.

Thanks

Answer : CONCAT strings

select string1 || string2 should do the trick
Random Solutions  
 
programming4us programming4us