Skip to content

Table Name Issue for oracle Cloud database #293

Closed Answered by anthony-tuininga
amitdumka asked this question in Q&A
Discussion options

You must be logged in to vote

I'm not sure what you mean, precisely. If the table name is EMPLOYEES (as shown in the database catalog) then you can issue this query without difficulties:

cursor.execute('select * from Employees')

but if the table name is Employees (as shown in the database catalog) then you must do this intead:

cursor.execute('select * from "Employees"')

If I missed the question you were trying to ask, please clarify!

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@amitdumka
Comment options

Answer selected by anthony-tuininga
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants