Hi,
I found a funny error running a simple sentence:
select _rowid_, d.* from purchaseorder.detalle d
where d._rowid_ < 7 and
d.linea is not null and
d.articulo='chi001'
I get the same row (_rowid_ = 2) twice
I'm using JDBC 4.0 from January 23th -just downloaded-
I would like to attach my .xlsx file but I can't find where.
I'll try to submit it by e-mail
Thank you
|
|
Supported. Please download the latest package. That issue was happened only for pseudo index expression on _rowid_, which will use the 2nd data row for the 1st table header row.
|