Hi guys,
I'm trying to copy dynamics crm field data ( for exemple data for telephone1 ) to another field (for exemple telephone2 using sql query , I've tried this query
"INSERT INTO AccountBase (Telephone2)
SELECT Telephone1
FROM AccountBase a;"
but It doesn't work and here is the error message:
Cannot insert the value NULL into column 'AccountId', table 'FormationInterne_MSCRM.dbo.AccountBase'; column does not allow nulls. INSERT fails.
The statement has been terminated.
*This post is locked for comments
I have the same question (0)