i am pretty new to SQL.
I am trying to show in a select since when the customer is in the database but i am getting the error Conversion failed when converting date and/or time from character string.
Here is the code which i try to show the date.
SELECT Naam + ' is klant sinds ' + [Klant sinds] FROM tblKlant
[Klant sinds]
is a datetime type.
Thanks for your time!