When I run a statement to drop an index should I include the table_name??
like
DROP INDEX index_name ON table_name
or like this
DROP INDEX index_name
I have been receiving syntax errors for the first statement eventhough it seems more complete.
which one do I use?
thanks,
like
DROP INDEX index_name ON table_name
or like this
DROP INDEX index_name
I have been receiving syntax errors for the first statement eventhough it seems more complete.
which one do I use?
thanks,