Page 1 of 1

Using a hex value in the where predicate of a filter stage

Posted: Tue Jun 03, 2008 10:53 am
by devnull
Can anyone tell me how I would represent a hex constant in the where predicate of a filter stage?

var_x = 'E3'xb is the equivalent Teradata expression. And I get the feeling osh will throw up on this.

Thanks.

Posted: Tue Jun 03, 2008 3:54 pm
by ray.wurlod
Convert it to decimal. E3 becomes 227.

Conversion before Filter

Posted: Wed Jun 04, 2008 7:56 am
by devnull
ray.wurlod wrote:Convert it to decimal. E3 becomes 227.
You mean like with a Modify stage beforehand?

Posted: Wed Jun 04, 2008 3:08 pm
by ray.wurlod
No, I mean manually when designing the job.