DROP INDEX (U-SQL)

Summary

U-SQL currently does not provide a DROP INDEX statement because the only existing indexes are currently clustered indexes that are required for a table to contain data. In order to drop an index, one drops the table instead.

See Also