Re: deleting rows which table1.row=table2.row

2003-10-14 Thread Antony Dovgal
On Tue, 14 Oct 2003 11:55:18 +0200 (CEST) <[EMAIL PROTECTED]> wrote: > i have mysql version 3.22 perhaps you mean 3.23 ? but no matter, it's time to upgrade definitely. --- WBR, Antony Dovgal aka tony2001 [EMAIL PROTECTED] -- MySQL General Mailing List For list archives: http://lists.mysql.com

Re: deleting rows which table1.row=table2.row

2003-10-14 Thread marcos
t; From: <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, October 13, 2003 17:25 > Subject: deleting rows which table1.row=table2.row > > > > how to delete rows which table1.field=table2.field -- MySQL General Mailing List For list archives: ht

Re: deleting rows which table1.row=table2.row

2003-10-14 Thread Director General: NEFACOMP
command is one of the most risky operations on data. Thanks Emery - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 13, 2003 17:25 Subject: deleting rows which table1.row=table2.row > how to delete rows which table1.fie

Re: deleting rows which table1.row=table2.row

2003-10-13 Thread Randy Chrismon
[EMAIL PROTECTED] wrote: how to delete rows which table1.field=table2.field thanks delete t1 from t1,t2 where t1.field=t2.field at least, that's how I read the manual. Works for me. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.

Re: deleting rows which table1.row=table2.row

2003-10-13 Thread Ken Menzel
: <[EMAIL PROTECTED]> Sent: Monday, October 13, 2003 11:25 AM Subject: deleting rows which table1.row=table2.row > how to delete rows which table1.field=table2.field > > thanks > > > > > > -- > MySQL General Mailing List > For list archives: http://lists.mysql.co

deleting rows which table1.row=table2.row

2003-10-13 Thread marcos
how to delete rows which table1.field=table2.field thanks -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]