RE: Start MySQL along with a update statement.

2003-02-25 Thread Joseph Jude
Do you know that you can run mysql in batch mode? So you can achieve what you want by this. Read the below: http://www.mysql.com/doc/en/Batch_mode.html Regards, Joseph >-Original Message- >From: g gnanaraj [mailto:[EMAIL PROTECTED] >Sent: Tuesday, February 25, 2003 7:31 AM >To: [EMAI

RE: Deleting a database in Mysql

2003-02-07 Thread Joseph Jude
I am using MySQL CC, the GUI client. It is easy to drop a db there. Any GUI client should have that option. If you are newbie, I would suggest doing this. If using command line, it is Drop database Refer the manual http://www.mysql.com/doc/en/DROP_DATABASE.html Regards, Joseph >-Original Me

RE: query produces a navigation

2003-02-07 Thread Joseph Jude
You can achieve using LIMIT option with the select stmt. Regards, Joseph >-Original Message- >From: Andrew Maynes [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, February 05, 2003 11:22 PM >To: MySQL-Lista >Subject: query produces a navigation > > >I have a set of records in a mysql table

RE: Is it my English or does this sound bad?

2003-02-07 Thread Joseph Jude
Rather use Gender than Sex? Regards, Joseph >-Original Message- >From: Kevin Smith [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, February 05, 2003 8:01 PM >To: [EMAIL PROTECTED] >Subject: Re: Is it my English or does this sound bad? > > >I guess it depends on if you have a dirty mind, o

Fw: MySql-PHP-Zlib-LIBJPEG-GD

2002-04-24 Thread Joseph Jude
Do you use phpadmin? If not download it. The first task is pretty simple with that. Download from www.phpwizard.net - Joseph Jude www.cephire.com - Original Message - From: Jumac To: [EMAIL PROTECTED] Sent: Thursday, April 25, 2002 3:36 AM

Re: copying field x to field y for each record in table

2002-04-03 Thread Joseph Jude
update table set newfield = oldfield - Original Message - From: "Chuck Barnett" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 03, 2002 6:10 PM Subject: copying field x to field y for each record in table > Hi, how do I do the following: > > I have a table I have a

Re: adding users to mysql

2002-03-29 Thread Joseph Jude
have you downloaded and read the mysql documentation. If not, I would suggest that you do it. these are mentioned in the document. - Original Message - From: "Javier Gloria" <[EMAIL PROTECTED]> To: "mysql" <[EMAIL PROTECTED]> Sent: Friday, March 29, 2002 7:22 PM Subject: adding users to

Re: [newbie post] linked lists..

2002-03-29 Thread Joseph Jude
Hi Daniel, I can think of a table with columns like this: prvlink item nextlink where prvlink and nextlink points to the previous and next nodes and item is the current node. prvlink = 0 for first node nextlink = 0 for last node Hope this helps Joseph - Original Message - From: "Dani