Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to remove/delete from a mysql table

843854May 23 2004 — edited May 23 2004
Hello!
Please can someone help me with this one; I need to remove/delete a a row in a mysql table. When I use the query below, it removes this line from other tables containing the same numbers too. I only want to remove it from this table alone
String update= ("DELETE FROM info WHERE Number = '" + Nr + "' AND week= " + week+ ");
THX
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 20 2004
Added on May 23 2004
2 comments
84 views