Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
10.4.1.3
-
None
-
None
Description
I would like to increase the size limit of some CLOB columns (actually, I'd like to remove the limit.)
So I tried this:
ALTER TABLE t ALTER c SET DATA TYPE CLOB
But of course it's not supported.
I figure this can't be any harder than it was to do the same thing for VARCHAR, although I don't actually know.
Attachments
Issue Links
- is duplicated by
-
DERBY-4256 allow alter table to increase the maximum size of a blob and a clob.
- Closed