I am trying to change a single byte(pos.59) within a 100 byte field(group_formactions). The following code produces an error when it is compiled. I know the syntax is not right on the lines within the sql portion where I am trying to do the update. How can I fix it? Thanks in advance...
I need to change a single character in a 20 byte field. I tried using the SUBSTRING operation but when I run it I lose everything in the field. I don't think I have the syntax right. My table name is SECGROUP.
group_id x(10)
group_actions x(20)
exp_days x(03)
I need to change...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.