MySQL Forums
Forum List  »  MySQL Query Browser

problem in 'select'
Posted by: ujvala ujvala
Date: September 28, 2005 12:01AM

the select statement in mysql is not displaying the output. there is no error. just the icon at the top right corner of the mysql query browser goes on swimming.and i have to close the browser.


MySQL version details: ver 5.0.12-beta.

(when i execute a sample select in command line,it is ok. but when i execute the same in query browser, then no output.)

is this the problem with query browser? the statements what i have used are:

use sample;
show tables;
desc emp;
select eno from emp;

sample is a database and emp is the table what i have created.
please help me anybody regarding this issue.

thankin you
ujvala.

Options: ReplyQuote


Subject
Written By
Posted
problem in 'select'
September 28, 2005 12:01AM


Sorry, you can't reply to this topic. It has been closed.

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.