Discussion:
That works faster in sql for creation of an index?
(too old to reply)
P***@gmail.com
18 years ago
Permalink
Hello all

That works faster in Mysql for creation of an index:
CREATE INDEX
or
ALTER TABLE tab ADD INDEX


Thanks.
lark
18 years ago
Permalink
Post by P***@gmail.com
Hello all
CREATE INDEX
or
ALTER TABLE tab ADD INDEX
Thanks.
they both do the same thing, neither one is faster than the other.
--
POST BY: lark with PHP News Reader

Loading...