amykhar
Fri 19th Oct '01, 9:56am
I am very new to databases because I come from the embedded software engineering field. However, I was given an sql file to restore to a mysql database with the line:
Create Clustered Index TranHeader_CL on TranHeader (NCESID, TranType, TranStatus);
in it. It is blowing up. Can somebody tell me the correct way that this should be done in mysql?
It's somewhat of an emergency. Thank you.
Amy
Create Clustered Index TranHeader_CL on TranHeader (NCESID, TranType, TranStatus);
in it. It is blowing up. Can somebody tell me the correct way that this should be done in mysql?
It's somewhat of an emergency. Thank you.
Amy