Posts
Sort by recent activity
SQL Prompt Formatter error - Inline Index with included column
The following valid SQL pops an (incorrect) parsing error when attempting to format the code block with ctrl+k+y```sqldrop table if exists #foo;create table #foo ( a int, b int, index idx_...