Hi,

I'm sorry, I don't currently have access to Oracle and MS SQL Server. Does
anybody else have? If yes, could you run the following script in the H2
Console and post the result (specially "precision" and "scale" from the two
results)?

drop table test;
create table test(id int);
insert into test values(1);
@meta select 0.02 from test;
@meta select 1.02 from test;

Regards,
Thomas


On Fri, May 30, 2014 at 2:09 PM, Noel Grandin <[email protected]> wrote:

>
> Thomas is it possible you could check Oracle and MSSQL please ?
>
>
> --
> 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 [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/h2-database.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to