Advertisement
Guest User

Untitled

a guest
May 25th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. UPDATE AxProject
  2. SET prjID = SUBSTRING(prjDescription, 1, CHARINDEX(' ', prjDescription,1) -1)
  3. WHERE prjID LIKE '% %' AND prjKey = prjProject AND prjKey > 2 AND prjKey <= '208'
  4.  
  5. UPDATE AxProject SET prjID = substring(prjID from 0 for char_length(prjID ) -1 ) || '.' || substring(prjID from '..$') ;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement