Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I get blank rows?
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00749514
Message ID:
00749602
Views:
17
>I would like to query the context of the "AS" used in this Select.
>to quote from the SQL help file - "The AS clause is the syntax defined
>in the SQL-92 standard for assigning a name to a result set column."
>Would the use of the AS clause, as used here, to assign a name to a table, conflict ?

Here's what I'm getting from Books Online:
[ FROM { < table_source > } [ ,...n ] ] 

< table_source > ::= 
    table_name [ [ AS ] table_alias ] [ WITH ( < table_hint > [ ,...n ] ) ] 
    | view_name [ [ AS ] table_alias ] [ WITH ( < view_hint > [ ,...n ] ) ] 
    | rowset_function [ [ AS ] table_alias ] 
    | user_defined_function [ [ AS ] table_alias ]
    | derived_table [ AS ] table_alias [ ( column_alias [ ,...n ] ) ] 
    | < joined_table >
So I would assume the answer is "no".
My blog
My consulting page
My home page

Member of the Trim Your Auto-Quote Campaign!
What's another word for thesaurus?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform