Quoting James Biggs ([EMAIL PROTECTED]): > Hi. My problem is that i want to create a table which should have around 1000 > columns. Obviously, to add them manually would take a lot of time. Is there > a way to make this automatically? Any program or a command? I have looked > around but not much luck. Thanks for looking
99.99% of the time when somebody wants to make a table with that many columns, it's because they don't understand relational databases and are trying to put information that should be in a joined table into columns in the main table. -- Paul Tomblin <[EMAIL PROTECTED]> http://xcski.com/blogs/pt/ Hardware, n.: The parts of a computer system that can be kicked.

