The Network Server reports only the first error or warning message
if multiple errors or warnings occur for a given statement. For example:
ij> create table ai (x int, y int generated always as identity
(increment by 200000000));
ij> insert into ai (x) values (1),(2),(3),(4),(5),(6),(7),
(8),(9),(10),(11),(12),(13),(14),(15),(16),(17),(18),(19);