Posts
Sort by recent activity
BUG - Format SQL
Hi,When trying to format the following code, I get the incorrect syntax error.CREATE TABLE dbo.test (desc VARCHAR(128))I'm assuming formatting fails when it finds a SQL keyword in such case.Version...