03 Jul 2006
Vasilis,sounds like you might use'like'select * from table where column like '%a%';or sel * from tablewhere colname like any ('%a%', '%b%');SQL reference found www.info.ncr.comTbob
03 Jul 2006
Hi Vasilis,trySEL descr FROM Table WHERE descr = 'my description' || '0D'xc'0D'xc: "x" means a hex-string to be converted to a "c" character-stringDieter
05 Jul 2006
hai The fact is that, we go for dimensional modeling insted on TNF is due to the limitations of the OLAP tools. teradata can perform effectively with the TNF table structure.
You must sign in to leave a comment.

Hello everyobody,I am totally new to teradata and my SQL background is also not so long. I will be working with TERADATA ODBC driver 3.03. I need to make a select based on a string field. All entries are strings ending with a special character which I was told is a new character....How can I write a select where I will filter out my entries? Something like:SEL descr FROM Table WHERE descr = 'my description\13'By the way. Is there a complete reference of all Teradata SQL statements with descriptions and examples?Any help is greatly apreciatedVasilis