Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

mysql commands in Sql developer not working

CrackerJackJul 27 2012 — edited Jul 30 2012
I'm using sqldeveloper 3.1.07 and trying to some selects on a mysql 5.1 database.

SELECT SYSDATE(); works fine, but if I try to

use mysql;
select from database mysql;
---> and table user there is an error cause no database is selected.

How do I use sqldeveloper correctly for this task.
How/where do I run the mysql command with the sqldeveloper ?

Any help is appreciated.
This post has been answered by Dermot ONeill-Oracle on Jul 30 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 27 2012
Added on Jul 27 2012
11 comments
2,166 views