forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: chenxiaoxiong <chenxiaoxiong@huawei.com> Co-committed-by: chenxiaoxiong <chenxiaoxiong@huawei.com>
17 lines
1.2 KiB
HTML
17 lines
1.2 KiB
HTML
<a name="dataartsstudio_03_0620"></a><a name="dataartsstudio_03_0620"></a>
|
|
|
|
<h1 class="topictitle1">What Should I Do If a Message Is Displayed Indicating that the ID Does Not Exist During the Execution of a DWS SQL Script?</h1>
|
|
<div id="body0000001664435485"><div class="section" id="dataartsstudio_03_0620__section11529109844"><h4 class="sectiontitle">Possible Causes</h4><p id="dataartsstudio_03_0620__p589817131040">This issue is caused by the case of the ID.</p>
|
|
</div>
|
|
<div class="section" id="dataartsstudio_03_0620__section76517192042"><h4 class="sectiontitle">Solution</h4><p id="dataartsstudio_03_0620__p192987231240">During the execution of a DWS SQL script, the system uses lowercase letters by default. If a field is in upper case, add "".</p>
|
|
<p id="dataartsstudio_03_0620__p111312276414">Example: select * from <em id="dataartsstudio_03_0620__i94072257468">table1</em> order by "ID";</p>
|
|
<pre class="screen" id="dataartsstudio_03_0620__screen1264511334417">select * from <em id="dataartsstudio_03_0620__i864523315412">table</em> order by "ID";</pre>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="dataartsstudio_03_0035.html">DataArts Factory</a></div>
|
|
</div>
|
|
</div>
|
|
|