/ Published in: SQL
Expand |
Embed | Plain Text
STUFF( <field name>, 1, 0, REPLICATE( '0', <desired length> - LEN( <field name> ) ) )
You need to login to post a comment.
STUFF( <field name>, 1, 0, REPLICATE( '0', <desired length> - LEN( <field name> ) ) )
You need to login to post a comment.