> > EDIT USING master STARTING AT id_number = 132 ORDER BY id_number
> >

  How is that different from  EDIT USING master Where id_number >= 132 ORDER BY
id_number

> >

> > EDIT USING master WHERE lastname = 'Smith' ORDER BY firstname STARTING  AT
firstname = 'John'

  Same here...

EDIT USING master WHERE lastname = 'Smith' and  firstname >= 'John'   ORDER BY
firstname

Reply via email to