How to insert between two rows.
My table has 3 columns–> id, req, res
id begins with 1.
how to insert at id =10 , a new values for req and res.
The already present values must then have the next id. i.e id+1.
Please help.
Thank You.
How to insert between two rows.
My table has 3 columns–> id, req, res
id begins with 1.
how to insert at id =10 , a new values for req and res.
The already present values must then have the next id. i.e id+1.
Please help.
Thank You.
:: Copyright KIRUPA 2024 //--