Fw: simple database query

2006-10-09 Thread Renish
- Original Message - From: "Renish" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, October 09, 2006 4:56 PM Subject: Fw: simple database query - Original Message - From: "Renish" <[EMAIL PROTECTED]

Fw: simple database query

2006-10-09 Thread Renish
- Original Message - From: "Renish" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 09, 2006 5:02 PM Subject: Fw: simple database query - Original Message - From: "Renish" <[EMAIL PROTECTED]> To: <[EMAIL PROTECT

Re: Replication problem with a cross database query

2004-10-08 Thread Paul Fierro
On 10/06/2004 6:23 PM, Bill Thomason <[EMAIL PROTECTED]> wrote: > I originally posted a query about a problem entitled "Table doesn't > exist on query replication problem..." > > The original title might be a little misleading. The slave replication > is halting on a transaction that contains a

Replication problem with a cross database query

2004-10-06 Thread Bill Thomason
I originally posted a query about a problem entitled "Table doesn't exist on query replication problem..." The original title might be a little misleading. The slave replication is halting on a transaction that contains a query that spans two databases - one that is being replicated and the other

RE: updating database query

2003-06-03 Thread Mike Hillyer
To: [EMAIL PROTECTED] Subject: updating database query I'm trying to update an email field. Our company has changed from a .com to a .ca. I wrote a php script to make the changes but I was wondering if I could do this from the command line. Its a text field and I would like to replace. [E

RE: updating database query

2003-06-02 Thread Don Read
On 01-Jun-2003 Grant Cooper wrote: > I'm trying to update an email field. Our company has changed from a .com > to > a .ca. I wrote a php script to make the changes but I was wondering if I > could do this from the command line. Its a text field and I would like to > replace. [EMAIL PROTECTED] to

updating database query

2003-06-02 Thread Grant Cooper
I'm trying to update an email field. Our company has changed from a .com to a .ca. I wrote a php script to make the changes but I was wondering if I could do this from the command line. Its a text field and I would like to replace. [EMAIL PROTECTED] to [EMAIL PROTECTED] Can someone help me out plea

RE: database query.

2003-02-28 Thread Anil Garg
hi, I appreciate the time you spared for my problem. Thanks, that helped :) Regards Anil -Original Message- From: Bruce Feist [mailto:[EMAIL PROTECTED] Sent: Friday, February 28, 2003 2:47 PM To: Anil Garg Subject: Re: database query. There really isn't enough information for

database query.

2003-02-28 Thread Anil Garg
Hi, I have a table as shown with approx 500 lines: --- Tndr| Detail| 34 | one | 47 | two | 34

RE: Database Query Question

2002-09-22 Thread Andrew Braithwaite
Shaun Bramley [mailto:[EMAIL PROTECTED]] Sent: Sunday, 22 September 2002 19:14 To: [EMAIL PROTECTED] Subject: Database Query Question Hi all, I need to be able to tell what the maximum length of a char column is. Can I query the database for this information

Database Query Question

2002-09-22 Thread Shaun Bramley
Hi all, I need to be able to tell what the maximum length of a char column is. Can I query the database for this information? Shaun list filter: mysql - Before posting, please check: http://www.mysql.com/manual.php (the

Re: Database Query

2002-04-25 Thread Egor Egorov
Aylwin, Thursday, April 25, 2002, 12:28:25 PM, you wrote: AT> Hi, I'm trying to find out if MySQL is able to handle multiple users AT> accessing a database at the same time? Can someone tell me what happens when AT> multiple users try to do an update at the same time? Is it possible at all? AT> I

Database Query

2002-04-25 Thread Aylwin Tan
Hi, I'm trying to find out if MySQL is able to handle multiple users accessing a database at the same time? Can someone tell me what happens when multiple users try to do an update at the same time? Is it possible at all? If not, what whould be the best way to enable all users to do an update 'at

help: mysql database query

2002-01-31 Thread Ed van Mol
Hi, Can someone please tell me how this query can be better?? I need the "clubrecords" from atlethics database for onderdeel,categorie,inoutdoor. select onderdeel,categorie,MIN(prestatie) as prestatie,inoutdoor,naam,datum,wedstrijd,plaats FROM runtijden GROUP BY onderdeel,categorie,inoutdoor ha

Re: my sql database query retrieval order

2001-06-22 Thread Benjamin Pflugmann
Hi. There may be some internal order, but according to the SQL specification, you may not rely on it. The order of records of a query without ORDER BY is undefined on purpose. Bye, Benjamin. On Fri, Jun 22, 2001 at 01:43:33PM +0100, [EMAIL PROTECTED] wrote: > Hi, > I wonder to know if

my sql database query retrieval order

2001-06-22 Thread VVM Ravikumar Sarma Chengalvala
Hi, I wonder to know if mysql follows any order in retrieving the data from a table.i.e Is it based on ascending row order or descending row order. --Ravi Do You Yahoo!? Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk or

Databases not seen with show database query...

2001-06-07 Thread Harish Gundecha
Hi All... I m running Mysql 3.23.36 on Redhat Linux 7.0... Installation and configuration has been finished... Mysql is working perfect on some systems but on some systems when i Say show databases it gives the following error... mysql> show databases; +--+ | Database | +--+

Databases not see with show database query...

2001-06-06 Thread Harish Gundecha
Hi All... I m running Mysql 3.23.36 on Redhat Linux 7.0... Installation and configuration has been finished... Mysql is working perfect on some systems but on some systems when i Say show databases it gives the following error... mysql> show databases; +--+ | Database | +--+