Skip to content

Instantly share code, notes, and snippets.

@pejantantangguh
Created September 5, 2019 22:40
Show Gist options
  • Save pejantantangguh/81741c93faa3aadf045ec9f12450bf4c to your computer and use it in GitHub Desktop.
Save pejantantangguh/81741c93faa3aadf045ec9f12450bf4c to your computer and use it in GitHub Desktop.
Update Row in Smart freight SQL
// 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