Creating an alias
From: Bruce Parker (bparkerhsd_at_nospam.nospam)
Date: 02/15/05
- Next message: Hugo Kornelis: "Re: Creating an alias"
- Previous message: Hugo Kornelis: "Re: Formatting numeric fields in select-clause"
- Next in thread: Hugo Kornelis: "Re: Creating an alias"
- Reply: Hugo Kornelis: "Re: Creating an alias"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 15 Feb 2005 07:25:06 -0800
I have an alias that can get very long because it maintains a information of
where it came from. Is there a way to alias an alias?
My first thought was:
Declare @T1 varchar(128)
Set T1 = 'MyAlias'
...
Inner Join Table1 as @T1
This of course does not work. Is there way?
- Next message: Hugo Kornelis: "Re: Creating an alias"
- Previous message: Hugo Kornelis: "Re: Formatting numeric fields in select-clause"
- Next in thread: Hugo Kornelis: "Re: Creating an alias"
- Reply: Hugo Kornelis: "Re: Creating an alias"
- Messages sorted by: [ date ] [ thread ]