Amir Michail <[EMAIL PROTECTED]> writes: > On Thu, Feb 14, 2008 at 1:19 PM, Kathey Marsden > <[EMAIL PROTECTED]> wrote: >> Amir Michail wrote: >> > >> > ij> alter table levels add column shape_id int references shapes; >> > ERROR XSCH5: In a base table there was a mismatch between the >> > requested column number 9 and the maximum number of columns 10. >> > >> > >> Can you send your schema? You can get this with the dblook utility. >> > > I would rather keep that private. Is there something else I can do?
You could try to reproduce it with tables that have the same structure (same type of columns, number of columns, primary key, etc) and different names, and post what you did if you manage to reproduce it. -- Knut Anders
