Problems Creating Indexes
Problems Creating Indexes
(OP)
Does MySQL have string functions such as UPPER and
SUBSTRING which can be used in CREATE and ALTER statements.
The documentation provides details on functions that are
used with SELECT statements, but they don't seem to work with ALTER or CREATE INDEX statements when I try to create indexes.
SUBSTRING which can be used in CREATE and ALTER statements.
The documentation provides details on functions that are
used with SELECT statements, but they don't seem to work with ALTER or CREATE INDEX statements when I try to create indexes.