Jump to content

how to use mysql query browser to delete the record ?


zgkhoo

Recommended Posts

$sql = "CREATE TABLE transaction

(

TransactionID varchar(6),

PurchaseNo integer(4),

TransactionDate Date,

UserID varchar(10),

Category varchar(10),

BetMode varchar(9),

Amount integer(10),

DrawDate Date,

DrawNumber varchar(25),

DrawStatus varchar(6),

PRIMARY KEY (PurchaseNo)

 

 

 

)";

 

still cant delete... :-[

Link to comment
Share on other sites

Guest
This topic is now 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.