hi,
I have table, something like:
create table example (
        ex_id integer(8) not null auto_increment primary key, 

        ex_col1 int(8) null, 
        ex_col2 int(4) not null, 

        index(ex_col1), 

        index(ex_col2)

)engine=myisam;




ex_col1 and ex_col2 are indexed separately. Now I need to make one index with 
these to columns.
Using MySQL Browser I did it no problem.


I think I have to re-index them now, right? How?


thanks for any help.


-a



      
____________________________________________________________________________________
Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping

Reply via email to