On Jul 30, 7:25 am, Kent <[email protected]> wrote: > Also, I'm afraid the CAST(NULL AS VARCHAR(255)) doesn't work with > Oracle 8, but I don't have access to Oracle 8 at the moment. I'm > afraid you need TO_NUMBER(NULL) or TO_CHAR(NULL), etc... >
I'm wrong, CAST seems to work fine on Oracle 8i. -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en.
