merge - SQL Server 2012: Change a Master List return value, to a different return value that already exists. -


i have following entries in database:

employer_id                             name 69ab90ae-f172-4a84-bb35-8553674e3905    none5 34850fe7-5e7f-4e39-9fd6-9f88ef7075fe    none 

what commands change 69ab90ae-f172-4a84-bb35-8553674e3905 none5 become 34850fe7-5e7f-4e39-9fd6-9f88ef7075fe none , rid of none5?

this may you

update table set guidcol = cast(uniqueidentifier, '" guid varchar "') condtion 

Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -