Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 3347

Re: Error in SQL Query.

$
0
0

As you can see in your error message, it is said that e.g. a column "C_NAME" is not found, because it is called "C_Name". This is because all column names are converted to uppercase names in case they are not enclosed in quotes (so "C_NAME" <> "C_Name").

So please enclose your column names in quotes (e.g. c."C_Name").

 

Regards,

Florian


Viewing all articles
Browse latest Browse all 3347

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>