Link to home
Start Free TrialLog in
Avatar of isames
isames

asked on

SQL .Write

The syntax for the .write clause is

.write(expression, @offset, @length)

What does the @offset and @length do?
ASKER CERTIFIED SOLUTION
Avatar of Megan Brooks
Megan Brooks
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Éric Moreau
that just mean that if you have a big string and only want to replace a snippet in it, you can using this method
Avatar of isames
isames

ASKER

Thanks Megan.