Follow-up DELETE ISSUE

2002-04-29 Thread Andrew Wax
Victoria, et. al, Thank you very much for the leads. I looked at the section in the manual and still have a few questions (I have added some more info which might help). As a reminder my problem was ... > AW> I have a DELETE statement: > AW> delete bond_master,bond_data from bond_data where

A question on a DELETE statement syntax

2002-04-25 Thread Andrew Wax
Hello, I am new to mysql - past the very basics - you may see a few silly questions - here is the first. I have a DELETE statement: delete bond_master,bond_data from bond_data where bond_master.cusip=bond_data.cusip and bond_master.maturity <= "2002/02/15"; That has syntax errors. I am issu