alias names of columns are lost when trying to edit a query in ms query..

  • when trying to edit a query in ms query, the alias names of columns used in the query are lost.

     

    example query :

    select proj_name as 'project name', proj_nbr as 'project number' from proj

     

    when trying to save this query in ms query i get the following error

    "sql query can't be represented graphically. continue anyway?"

     

    Is there a way to fix this? If so how do i do that??

    Any help will be appreciated.

  • not sure if this works

    select proj_name as [project name], proj_nbr as [project number] from proj

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply