Jump to content

sql Delete Statement


yerac8

Recommended Posts

I am writing a php code to perform operations on a database. I want to clear all entries in the table before I start modifying it.

The line of code i have to perform that deletion is not workin. Can any body tell me what wrong?

 

 

 

$result = mysql_query("DELETE * FROM sales_matrix_new WHERE (row_id =$j_counter AND col_id =$k_counter)");

Link to comment
https://forums.phpfreaks.com/topic/272631-sql-delete-statement/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.