Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2015 07:29 AM
I am looking for the easiest and quickest way to add a value to a new column for all rows in a table. This only needs to be a onetime script and I will be populating the same value 'NRFUS' to the same column 'Member Firm' on the same table 'u_assignment_assistance' for all rows. Any thoughts?
Solved! Go to Solution.
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2015 07:51 AM
Even easier might be to:
- go to the list view of the table
- right click on the column headers
- click Update All
- click OK to accept changing all records
- input 'NRFUS' to the Member Firm field (without changing anything else)
- click Update
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2015 07:55 AM
Excellent! Thanks guys!