sql - Updating tables in Sage -


i'm getting error doing simple update function.

begin transaction update dbo.slcustomeraccount set syscreditbureauid = 'the id number' (customeraccountnumber 'a%') rollback transaction 

this works fine when stating 1 account add comes message stating string or binary data truncated procedure.


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -