Confirmed. GIT "master" revision 9ba6f143e2e4ff142474d46ab555b4cdb98a0108 
on https://github.com/h2database/h2database
Result is positive:

create table Tab1 (name VARCHAR2(320));
> INSERT INTO Tab1(name) VALUES ('abc');
> INSERT INTO Tab1(name) VALUES ('abc');
> INSERT INTO Tab1(name) VALUES ('xyz');
> INSERT INTO Tab1(name) VALUES ('xyz');
> select name, rownum from Tab1 where name='xyz';
> drop table Tab1;
>
> name rownum
> xyz 1
> xyz 2
>

Thanks again. 

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to h2-database+unsubscr...@googlegroups.com.
To post to this group, send email to h2-database@googlegroups.com.
Visit this group at https://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to