---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])
I have 560 columns of NUMERIC(10,14). To not run up against max column
restraints, 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?
- Re: [SQL] Column limits in table/ views A.M.
- Re: [SQL] Column limits in table/ views Rod Taylor
- Re: [SQL] Column limits in table/ views Gaetano Mendola