At 5:29 +0000 6/29/02, toby - wrote:
>hi guyz ....
>
>i va all my tables " myisam  " since its da default type
>
>how can i make isam tables

Add

TYPE = ISAM

to the end of your CREATE TABLE statement.

>
>1. will someone plz guide me with about the syntex
>
>2. how can i change the type of my myisam tables to isam
>   :( without having to drop them ....

ALTER TABLE tbl_name TYPE = ISAM;


So ... why do you want to do this?


>
>thnx a million
>
>toby .....
>
>
>sql, query


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to