Welcome to dbFreaks.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Correcting queries

 
   Database Help (Home) -> mySQL RSS
Related Topics:
Dropped Connections, Abandoned Queries - Can anyone point to or pass along some insight on how MySQL handles dropped and abandoned queries? How does MySQL cope with that log on and then to logout properly? Clearly multiple logons to the..

Best way to issue hundreds of inserts/updates??? - Using mysql 4.0.23- What is the best way to execute several (hundreds of) inserts and updates? Rather than issuing tons of inserts and updates, can I send the strings to a text file and then have mysql do them all?? IE : query.txt insert..

MySQL freezes, brings XP machine to a grinding halt - I've been using MySQL for a while for fairly light database on my XP machine. I am just starting a new project and have some big problems with MySQL today both on my office machine and at home where running a

login as user 'root' but do not have root privlages and my.. - Hi gang: I'm a problem with MySQL -- I updated MySQL from version 4.1.0 to 4.1.10 and now when I login as root it doesn't show all the databases I should have access to, nor it doesn't recognize me being logged in as root (via..

FLUSH TABLES hangs if table is locked - Using FLUSH TABLES via the C query API hangs if the table is locked already. That is to say, nothing prevents me from running a LOCK TABLES twice; it won't tell me already locked, don't try to run a Anyone know how to find..
Next:  ASIQ Demo or Eval CD  
Author Message
James Walker

External


Since: Feb 15, 2005
Posts: 1



(Msg. 1) Posted: Tue Feb 15, 2005 10:28 am
Post subject: Correcting queries
Archived from groups: mailing>database>mysql (more info?)

In Oracle there is a way to correct any mistakes in a query, by simply
entering the edit command. And from there, a text editor is opened, to
allow the corrections to be made to the query. This eleminates having
to retype the whole query. Is this possible in MySQL?

 >> Stay informed about: Correcting queries 
Back to top
Login to vote
tom173

External


Since: Dec 15, 2004
Posts: 7



(Msg. 2) Posted: Wed Feb 16, 2005 9:58 am
Post subject: Re: Correcting queries [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"James Walker" <walkerj72.TakeThisOut@comcast.net> wrote in message
news:Wd2dnQMT-PyNiI_fRVn-sg@comcast.com...
 > In Oracle there is a way to correct any mistakes in a query, by simply
 > entering the edit command. And from there, a text editor is opened, to
 > allow the corrections to be made to the query. This eleminates having
 > to retype the whole query. Is this possible in MySQL?

Possible? It's essential!. It depends upon what you use to communicate with
MySQL. The simplest setup would be to open up ones favorite editor in one
window while simultaneously holding open a second window where you can
execute the script and view results (or errors!). I happen to like being
able to choose my own text editor.

Repeat
Edit
Save
Execute
Until Success

If that sounds complex (it's not!) you can go for one of several integrated
GUI utilities out there. Simple and free is the MySQL Control Center
[MySQLCC] that you can download from <a style='text-decoration: underline;' href="http://www.mysql.com." target="_blank">www.mysql.com.</a> It is available in both
Windows and Linux/Unix flavors. Using it for making queries - you get a
text editing window (pane) for your SQL, a results window, and an
error/message window. I expect it would look a lot like your Oracle
utility.

but - Probably better Smile
Thomas Bartkus<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Correcting queries 
Back to top
Login to vote
user2734

External


Since: Jan 06, 2005
Posts: 28



(Msg. 3) Posted: Wed Feb 16, 2005 1:57 pm
Post subject: Re: Correcting queries [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

James Walker wrote:

 > In Oracle there is a way to correct any mistakes in a query, by simply
 > entering the edit command. And from there, a text editor is opened, to
 > allow the corrections to be made to the query. This eleminates having
 > to retype the whole query. Is this possible in MySQL?

It depends on what Client tool you are using to connect to the db
server. I use the MySQL Query Browser that is GPL (I believe) from
MySQL.com for things like this.

randelld<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Correcting queries 
Back to top
Login to vote
Display posts from previous:   
   Database Help (Home) -> mySQL All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]