Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
update MyFile set MyBlobField = stamppdf(MyBlobField)
where ...
create function stamppdf(pdf [b]varchar([i]length)[/i][/b] )
(SET newrow.pdfField = stamppdf( CAST( newrow.pdfField as VARCHAR([i]length)[/i] ) )