Advertisement
Guest User

Untitled

a guest
Oct 24th, 2014
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
T-SQL 0.12 KB | None | 0 0
  1. Update M_URLLIST
  2. Set prodcode = Left('000000000', 9 - LEN(prodcode)) + prodcode
  3. where LEN(prodcode) < 9 and sid = 70
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement