On Tue, 20 May 2003, Shridhar Daithankar wrote:
> On 20 May 2003 at 12:04, shreedhar wrote:
>
> >
> > Hi All,
> >
> > How to get required space between field names
> >
> > Example :
> >
> > SELECT contactid AS [Contact Id] FROM tContacts.
>
> Just a guess
>
> SELECT contactid AS ["Contact Id"] FROM tContacts;
>
Some one left their brain on the dressing table this morning...oh wait, that
was me.
Anyway, I think shreedhar is looking more for:
SELECT contactid AS "Content Id" FROM tContacts;
--
Nigel Andrews