Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Other Forums
 MS Access
 SQL Select MS Access

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-06-21 : 11:09:46
Nathan writes "The following is possible with Oracle:

SELECT
approved_by| |'|'| |request_date from TNAME where this="that"

This allows me to concatenate. The result might look like:

Mr. Manager|09/03/2001

When I try the query on an access database I get the following error message:

SQL failed. Error: [-3100] [1] [0] "[Microsoft][ODBC Microsoft Access 97 Driver] Invalid use of vertical bars in query expression

Please Help!"
   

- Advertisement -