---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly
I have 560 columns of NUMERIC(10,14). In order not to run up against
max column constraints, I split the information into two tables. Does
the column limit on tables imply the same limit for views or selects or
could I potentially select a row across both tables and make a view
that hides the split?