![]() |
|
Archives of the TeradataForumMessage Posted: Thu, 16 Dec 2004 @ 20:33:31 GMT
Create table codes(code_id char(4));
ins codes('abcd');
ins codes('aaaa');
select (CASE
WHEN code_id <> 'abcd'
then 'didnt find it'
else 'found it'
end)
from codes
;
| ||||||||||||||||||||||||||||||||||||||||||||||||
| | ||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||
|
| ||||||||||||||||||||||||||||||||||||||||||||||||
| Copyright 2016 - All Rights Reserved | ||||||||||||||||||||||||||||||||||||||||||||||||
| Last Modified: 15 Jun 2023 | ||||||||||||||||||||||||||||||||||||||||||||||||