DROP INDEX (U-SQL)

 

Updated: March 10, 2017

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

Community Additions

ADD
Show: