Henning P. Schmiedehausen wrote:

Federico Spinazzi <[EMAIL PROTECTED]> writes:

If you tell me what native datatype db2 uses for CLOBs, I could actually add
it to Torque.... :-) Just "CLOB" ?

Regards
Henning


Henning,
I'm not sure if I understand exactly what you are asking me.

I can say that the following works:

CREATE TABLE FOO (FOO CLOB);
INSERT INTO FOO VALUES ('foo');
-- the following:
SELECT FOO FROM FOO WHERE FOO = 'foo'; -- eh eh
-- doesn't work as I think you cannot use a CLOB in a where clause (???).
Cheers,
Federico


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to