1640
Views
3
Comments
Error converting data type nvarchar to bigint
Question

Hi,

    I am getting a error in advanced query SQL1: Error converting data type nvarchar to bigint.

Some one can help me?


Regards,

Usha

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

Hi Usha,

That error means you have a column that's of type Text, but you are trying to put it into a Variable or Attribute that is of type BigInt, and the conversion fails (e.g. because there's non-numeric characters in it).

2019-03-29 01-33-35
usha kunder

Thank You Kilian Hekhuis,

 Yes your right it got resolved .


Regards,

Usha

2018-11-06 14-26-44
Suraj Borade

Hi Usha,

Please mark answer as resolved.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.