Posts
Sort by recent activity
Formatting in CASE WHEN expression removes dot if schemaname is present and dot followed by space
The following code dows not format properly, even not in SQL Prompt 10.0.01:USE tempdbGOCREATE SCHEMA red;GOCREATE TABLE red.Gate( ColumnA INT )GOSELECT CASE WHEN Rg. ColumnA = 1 THEN 1 ...