edwardturner
Technical User
Hi,
i am trying to strip out all the whitespace on the left hand side of a field which set to ntext. I assume I have to cast or convert this field to a different format but am unsure what. Any ideas?
update <table>
set <field> = ltrim(<field>)
i am trying to strip out all the whitespace on the left hand side of a field which set to ntext. I assume I have to cast or convert this field to a different format but am unsure what. Any ideas?
update <table>
set <field> = ltrim(<field>)