Details
Description
CREATE TABLE ... AS SELECT fails with error ERROR 42X71: Invalid data type 'BOOLEAN'
BDELETEABLE is the first BOOLEAN column in the ASSETS table.
ij> CREATE TABLE TEMP_ROOTLIST_1 AS SELECT * FROM Assets WITH NO DATA;
ERROR 42X71: Invalid data type 'BOOLEAN' for column 'BDELETEABLE'.
Attachments
Issue Links
- duplicates
-
DERBY-5918 CREATE TABLE AS SELECT doesn't work on tables with BOOLEAN columns
- Closed