Microsoft
Software
Hardware
Network
Question : Infering View Definition
Hi,
I have a SQL query which I will use to create a VIEW. Something like:
Select
T1.ColX,
T2.ColY
FROM T1, T2
WHERE T1.Key=T2.Key
Now when the VIEW is created in Terdata, is there a way I can find out that is the definition of ColX, and ColY?
I am trying to avoid drilling down to the lowest table level. Is there a query/syntax/location I can view this information?
Show View <View_Name> doesn't show that information.
Answer : Infering View Definition
try these
HELP COLUMN myview.*;
select distict type(column) from table;
select distinct format(column) from table;
which version/environment of teradata?
Random Solutions
WS2008 Terminal Service on DC
VB.NET simple SendMail program error: System.Net.Mail.SmtpExcept
ion: Failure sending mail
Websense - Block Internet Access - Except for Updates
Outlook and HTML Tracking
Selecting nth item from a comma separated string
Add Mirror Greyed Out
Monitor CIsco 6500 Switch Fabric and Backplane Utilization
'System.Xml.Linq' doesn't contain any public member
How to get an USB speaker to work with Eee PC 900 Xandros Linux
Need to Recover NT4 Domain Admin Password