Create Table With 255 Columns or More

Create Table With 255 Columns or More

In real world scenario, we have come across many situations wherein table will have more than 254 columns and when you try to create the same in Sybase ASE, you would face an error as below: Number of variable length columns exceeds limit of 254 for allpage locked tables. CREATE TABLE for ‘table_name’ failed. By …

Create Table With 255 Columns or More Read More »