Re: [RadiusNT] SQLServer Column Aliasing

Dale E. Reed Jr. ( (no email) )
Tue, 17 Aug 1999 21:44:13 -0700

Danny Sinang wrote:
>
> What if I want the alias to contain a space character in it ?

I would highly recommend against it. :(

Ansi SQL uses quoted identifiers:

Select AccountID as "an alias"