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;
HTH
Bye
Shridhar
--
Harrison's Postulate: For every action, there is an equal and opposite
criticism.