Hello,
 
How do I concatinate two or more strings or fields in SQLite?
 
For Example:
 
Select  CustomerID,CompanyName,ContactName + '/' + ContactTitle As 'Contact', Address 
From Customers
 
The Contact column returns 0.
 
__
Raymond Irving
 

Reply via email to