Re: startup in OS-X

2006-10-06 Thread Rahul S. Johari
. trying to figure out what I'm doing wrong: chris. Rahul S. Johari Supervisor, Internet Administration Informed Marketing Services Inc. 500 Federal Street, Suite 201 Troy NY 12180 Tel: (518) 687-6700 x154 Fax: (518) 687-6799 Email: [EMAIL PROTECTED] http://www.informed-sources.com -- MySQL

Re: Country codes

2005-11-22 Thread Rahul S. Johari
Ave, You can use the attached SQL file to create a table with all Country names, ISO codes, and easily write up a code to fill in the values from the table. If you have any problems filing up the combo box with the values from the table, let me know. Dominor, Rahul S. Johari Coordinator

Deleting Duplicate Records

2005-11-08 Thread Rahul S. Johari
Hi, I used the following SQL Query to determine Duplicate Records with same Name Email in the row: SELECT email, COUNT(email) AS NumOccur1, name, COUNT(name) AS NumOccur2 FROM mytbl GROUP BY name, email HAVING ( COUNT(email) 1 ) AND ( COUNT(name) 1 ) I want to delete all the records which

Re: Deleting Duplicate Records

2005-11-08 Thread Rahul S. Johari
, Shen139 [EMAIL PROTECTED] wrote: ALTER IGNORE TABLE mytbl ADD UNIQUE KEY ( field1, field2,... ) ; On 11/8/05, Rahul S. Johari [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi, I used the following SQL Query to determine Duplicate Records with same Name Email in the row: SELECT email

Re: Deleting Duplicate Records

2005-11-08 Thread Rahul S. Johari
That worked Perfect!!! Thanks a ton! On 11/8/05 11:27 AM, Shen139 [EMAIL PROTECTED] wrote: ALTER IGNORE TABLE mytbl ADD UNIQUE KEY ( Name, email, sex, country ) ; Rahul S. Johari Coordinator, Internet Administration Informed Marketing Services Inc. 251 River Street Troy, NY 12180 Tel: (518

Re: Hashmysql.org 0wn3d?

2005-05-20 Thread Rahul S. Johari
Ave, I was wondering the same. Looks like hacked to me. Something's up. Rahul S. Johari Coordinator, Internet Administration Informed Marketing Services Inc. 251 River Street Troy, NY 12180 Tel: (518) 266-0909 x154 Fax: (518) 266-0909 Email: [EMAIL PROTECTED] http://www.informed-sources.com

Re: OS X and MySQL table corruption...

2005-04-04 Thread Rahul S. Johari
why. Rahul S. Johari Coordinator, Internet Administration Informed Marketing Services Inc. 251 River Street Troy, NY 12180 Tel: (518) 266-0909 x154 Fax: (518) 266-0909 Email: [EMAIL PROTECTED] http://www.informed-sources.com On 4/4/05 12:59 PM, Brent Baisley [EMAIL PROTECTED] wrote: I've been