Guidelines for Creating a LONG Column
“LONG” columns are obsolete on all database platforms.
Selecting the “Long” datatype when defining a Column object will be treated as a CLOB or NVARCHAR(max) as appropriate for your database platform.
“LONG” columns are obsolete on all database platforms.
Selecting the “Long” datatype when defining a Column object will be treated as a CLOB or NVARCHAR(max) as appropriate for your database platform.