Options

Format SQL fails with CREATE VIEW query

latecodelatecode Posts: 3
edited March 27, 2010 7:47AM in SQL Prompt Previous Versions
I tried SQL Prompt 4.0.3.12 on SQL Server Management Studio 2008.
I found that "Format SQL" function does not work properly for "CREATE VIEW" query
Please, try to Format the following query and you will find this problem.
CREATE VIEW NEWEMP AS SELECT ENAME, DEPTNO FROM EMP;

Comments

Sign In or Register to comment.