H2 - (Quite) long INSERT failing with error 42000
问题 H2 in-memory - INSERT - Error 42000 Tried versions 1.4.196, 1.4.197, 1.4.199. I also tried to execute INSERT on H2 server (local) : also failed The line giving the error: (sorry but for security reasons I cannot produce more) : INSERT INTO tb_ae (server, record_id, ...) SELECT ... FROM vw_ofch_prepal_delta, vw_ab_bie WHERE bie_tp IN ('S[*]') AND is_most_recent = 1; The statement is 4.004 characters long. The error is pointed by H2 as [*] (this is not part of the statement). 回答1: According to