format error

Hi Redgate Team,

SQL Prompt will report an error when trying to format the following statement

CREATE NONCLUSTERED COLUMNSTORE INDEX [NCLCSI_product_price_latest_ID_product_price_latest] ON [products].[product_price_latest]
(
[ID_product_price_latest]
)
WHERE ([ID_site_to_product]=(-1))
WITH (DROP_EXISTING = OFF, COMPRESSION_DELAY = 0) ON [Data]
GO

Thanks for fixing it!
Torsten

Answers

Sign In or Register to comment.