On Monday 23 August 2004 11:08, Manisha Sathe might have typed:
> Hi,
>
> Here i am again. I can select particular record by using
>
> LIMIT 9,1
>
> But e.g. if i want to delete this record  then how shall i do ? I tried to
> use
>
> Delete from <table name>  Limit 9, 1

Said record is probably keyed in some manner - either with an auto-increment 
field, or it will (should) have identifying characteristics.  See the manual 
for delete syntax using matching fields.

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to