If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Microsoft Excel > Query Error Within Excel

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-22-06, 16:53
rholndoner rholndoner is offline
Registered User
 
Join Date: Jun 2006
Location: Homewood, IL
Posts: 5
Question Query Error Within Excel

I am running UV/ODBC software against my mainframe database but am trying to create an excel spreadsheet from the data.

I am performing a simple select but am receiving an error: "Error ID: 29 Severity: ERROR Facility: FPSRVERR - Line 3, column 20 (around "ORDER"): Syntax error."

This is my select statement:

SELECT WOOR_FILE_O."ORDER"
FROM WOOR_FILE WOOR_FILE_O
WHERE (WOOR_FILE_O."ORDER" Not Like '%*%')


All I am trying to do is select keys (ORDER) that do not contain an asterisk '*'. I cannot get this simple select statement to work. I would imagine it is something stupid that I am missing but can anyone tell me what is wrong with this?

Randy
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On