![]()  |  
 
 
 | 
Archives of the TeradataForumMessage Posted: Wed, 15 Aug 2007 @ 11:20:57 GMT
 
 Two possible reasons: 1. There's no check on that column 2. You're session is running in ANSI mode, thus literals are case sensitive: 
     where databasename=upper('database') and TableName=upper('table')
or better: 
     where databasename='database' (not cs) and TableName='table' (not cs)
Dieter 
  | ||||||||||||||||||||||||||||||||||||||||||||||||
|   | ||||||||||||||||||||||||||||||||||||||||||||||||
 
  | ||||||||||||||||||||||||||||||||||||||||||||||||
|  
 | ||||||||||||||||||||||||||||||||||||||||||||||||
| Copyright 2016 - All Rights Reserved | ||||||||||||||||||||||||||||||||||||||||||||||||
| Last Modified: 15 Jun 2023 | ||||||||||||||||||||||||||||||||||||||||||||||||