Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

add to data already present

Status
Not open for further replies.

kaancho12

Technical User
Feb 22, 2005
191
hi,
i have a table with two columns. One of them is the "Id" - the primary key and the other one has "data" corresponding to that data. Is there a way to "add" to the data already present in a row corresponding to a certain "Id" without using update?
thanks
ko12
 
do you mean to "add" to the "data" column that's already there, or to add another column to the table?

if the former, no, you cannot do it without using the UPDATE statement

r937.com | rudy.ca
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top