MySQL Forums
Forum List  »  Oracle

Re: Strange scenario,Oracle can not display the data in mysql correctly
Posted by: Israel Martínez Hernández
Date: November 12, 2010 05:18PM

When I run a statement like

SQL> select count(*) from "test"@test;

i get a wrong result

but when i run

SQL> select count(id) from "tst"@mysql;

i get the correct answer...

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.