Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

ORA-00903: invalid table name on preSQL in Output

lruchlin
7 - Meteor

 

Hello,

 

I am trying to do a merge query in my preSQL output tool, but am getting a ORA-00903 invalid table name on my PreSQL query. I know the oracle database table is called GROUPS, which looks like a reserved word and think this is why I am getting this error. 

 

Is there a way to fix this so I can get the PreSQL query to run the process? 

 

thanks,

Lloyd 

2 REPLIES 2
Nate1
8 - Asteroid

Hi @lruchlin

 

If the reserved word is the problem you should be able use SCHEMA_NAME.TABLE_NAME to still access the table. Another option would be to put it in double quotes. In oracle double quotes signal a database object. 

 

It neither of those work we might need some more info to solve it.

 

 

Amey
5 - Atom

I tried putting Schema_name.table_name still I am getting same error.

 

Could you suggest what might be the issue exactly.

Labels