Created
September 5, 2019 22:40
-
-
Save pejantantangguh/81741c93faa3aadf045ec9f12450bf4c to your computer and use it in GitHub Desktop.
Update Row in Smart freight SQL
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Windows -< SQL Server 2014 Management | |
select * from importfieldmapping | |
select * from importfieldmapping where sourcefield = 'column ae' | |
update importfieldmapping set sourcefield = 'Column AE' where sourcefield = 'column ag' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment