how can i insert a column value at a specified row
|
|
|||||
|
|
|
Try taking a look at UPDATE rather than INSERT. |
||
|
|
|
|
To learn more about SQL: http://www.w3schools.com/sql/default.asp More info about INSERT: http://www.w3schools.com/sql/sql_insert.asp More info about UPDATE: http://www.w3schools.com/sql/sql_update.asp |
||
|
|
|
|
Not sure if you are trying to insert a new row or update a row that meets certain criteria. If the second is true, you need:
|
|||
|
|
