Ask Your Question
4

When attempting to execute a query that involves a CASE expression in Oracle SQL, why am I receiving the message "FROM keyword not found where expected"?

asked 2023-07-02 02:06:24 +0000

lakamha gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-07-02 02:10:02 +0000

devzero gravatar image

This error message usually indicates a syntax error in your SQL statement. It is likely that you have not structured your SQL statement correctly or have made a mistake in your syntax.

One possible explanation is that you have not included the necessary keywords in your query, such as SELECT or FROM. Another possibility is that you have used incorrect syntax when defining your CASE expression.

To resolve this error, carefully review your SQL statement and make sure that all of the necessary keywords are included and that your syntax is correct. Additionally, you may want to check whether any parentheses or quotation marks are missing or misplaced in your statement.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-07-02 02:06:24 +0000

Seen: 8 times

Last updated: Jul 02 '23