• niranjankumar_k (2/28/2008)


    Without droping this table , anyother way just to mention in right order for new column ?

    Unfortunately John is right, rebuilding your table is the only alternative. However, I have always been wondering why column order is important in tables? Indexes of course are different :). Columns should be looked up by names, and not by sequence numbers. Even if you use select * (bad practice), lookup by name should work. If you have a very large number of columns then of course it may make sense to group them logically. Could you describe your reasons for forcing a particular column order?

    Regards,

    Andras


    Andras Belokosztolszki, MCPD, PhD
    GoldenGate Software