HSQLDB: Duplicate column name, unsupported internal operation: Type, invalid character for cast
问题 I am beginning with HSQLDB, but I hit this issue and can't figure out what's going on: CREATE TEXT TABLE ozizkaindata ( jobName VARCHAR(255) NOT NULL, buildNumber VARCHAR(255) NOT NULL, config VARCHAR(255) NOT NULL, ar VARCHAR(255) NOT NULL, arFile VARCHAR(255) NOT NULL, deployDur VARCHAR(255) NOT NULL, warmupDur VARCHAR(255) NOT NULL, scale VARCHAR(255) NOT NULL ) SELECT *, ((0.0 + warmupDur) / deployDur) AS xwarmupSlower FROM ozizkaindata ORDER BY deployDur Throws: Caused by: org.hsqldb