Jump to content

Can you help me to solve this problem?


Recommended Posts

update db_provisioning

set [acct number] = b.[acct number],

[cid type] = b.[cid type],

[set-up date] = b.[set-up date],

[termination date] = b.[termination date],

[ixc provider] = b.[ixc provider],

jurisdiction = [lata jurisdiction]

from db_provisioning a, smfcid b

where convert(float,a.ani) = b.[caller id]

 

 

database records int a.ani:

 

8473641255

9086543468

4037465617

003602490B

012420755B

012454145B

012507387B

 

 

ERROR:

Server: Msg 8114, Level 16, State 5, Line 1

Error converting data type nvarchar to float.

Link to comment
https://forums.phpfreaks.com/topic/157140-can-you-help-me-to-solve-this-problem/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.