Archives of the TeradataForum
Message Posted: Fri, 19 May 2006 @ 14:09:36 GMT
Subj: | | Parenthesis Help in SQL Assistant? |
|
From: | | Anomy Anom |
<-- Anonymously Posted: Friday, May 19, 2006 10:00 -->
I'm in love the way that Microsoft SQL Server 2005's rendition of Query Analyzer provides parenthesis bolding while building a query. I am
copying queries over from SQL Assistant to SS QA to get parenthesis help when I'm faced with something like this:
cast(cast((((MOB + 21600)/12) (format '9999')) as char(4)) ||'-'||
cast((((MOB + 21600) mod 12 + 1) (format '99')) as char(2)) as date
format 'YYYY-MM')
Is there any chance we'll get this or an "intellisense" SQL capability in SQLA?
|