Microsoft
Software
Hardware
Network
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
MS Access does not connect to MS SQL 2008 through ODBC
multiple email address, single mailbox, send as either or
Mysqld or mysqld-nt ? - Newbie question
php and mysql search
Timeout error - revisit.
ASP wont work in IIS 7 vista
How i get Java script poopup whcih display YES/NO instead of Ok/Cancel Button?
Keep two windows open
san stroage data shows on one node only
Using GUIDs as primary key in Mysql innodb and how it affects inner joins