Add Information

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
ykarmi
Forum Commoner
Posts: 35
Joined: Mon Oct 30, 2006 4:45 pm

Add Information

Post by ykarmi »

can i add data to a database cell that already contains information? If so, How?
Thank you!
Yuval Karmi
jonathant
Forum Commoner
Posts: 32
Joined: Sat Jan 07, 2006 3:13 pm

Post by jonathant »

Use an UPDATE instead of an INSERT. http://w3schools.com/sql/sql_update.asp
ykarmi
Forum Commoner
Posts: 35
Joined: Mon Oct 30, 2006 4:45 pm

Thanks!

Post by ykarmi »

Thank you sooooo much!!!!!!! =)))
Post Reply