All lists off topic... Job Networking Request

2004-07-01 Thread Nathan Jones
To any Moderators: This is the only time I will send this message. Dear List Members, I am seeking a co-op/paid internship in a Computer Science related field. If you or someone you know, directly or indirectly, works for a company that deals with Computer Science, i.e. Computer Programming, ple

Re: [Fwd: Re: Last inserted ID]

2004-05-08 Thread Nathan Jones
On Wed, 2004-05-05 at 22:49, Paul DuBois wrote: > At 22:39 -0400 5/5/04, Nathan Jones wrote: > > > Hi there, > >> > >> I seem to be having a problem retrieving the last inserted ID for a > >> table. > >> > >> The query I am using is as

[Fwd: Re: Last inserted ID]

2004-05-05 Thread Nathan Jones
> Hi there, > > I seem to be having a problem retrieving the last inserted ID for a > table. > > The query I am using is as follows: > It's far easier than anyone else has mentioned, as of my writing. Just use the PHP function 'mysql_insert_id()' after your insert query. This function has bee

Merging duplicate rows

2003-11-16 Thread Nathan Jones
How do you merge duplicate rows? All rows involved contain identical data in each column. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: Retrieving the system type that MySQL is running on.

2003-11-11 Thread Nathan Jones
, I don't think there's a way if MySQL is on a separate machine, as I'm only aware of checking in PHP. Hmm, maybe you could create a dummy table and see if it's case-sensitive or not? He he. Just curious, why would you need to know what OS MySQL is on? Matt - Original Mes

Retrieving the system type that MySQL is running on.

2003-11-10 Thread Nathan Jones
I'm relatively new to MySQL, and I'm writing a PHP script that doesn't know what kind of system the MySQL database is on. The script and database don't have to be on the same system, so I need a way to determine what kind of system (*nix, Win, etc.) MySQL is running on. Is there a "fool proof"