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
Merge from Excel results in zero not text
Count total record by year, month
Command-line zip utility
How do I hide shared folder on Windows 2003?
find duplicate FOLDERS
Sort by characters
Runas for fileserver access?
Backup problem
Clients recieve poor response time when accessing Dentrix " Dental Office Software Database"
Best way to query SQl 2008 trough VB 2008