sql - Is it possible to replace data in a column in ms-access? -


In the MS-Access database, is it possible to convert an SQL query with a number in the column to add 2 to the original number ie, All the numbers in a column should be replaced by the original number plus 2

  update myTable SET myColumn = myColumn + 2  

Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

jquery - SimpleModal Confirm fails to submit form -