Am using vb.net 2008 and sql 2008
How can I delete the last row of a record based on the condition that if the column
FileNo is more than 15 then it should get deleted order by Fdate column desc.
I want the rows should get deleted from starting from the last row.
Thanks Gurus
Ben
How can I delete the last row of a record based on the condition that if the column
FileNo is more than 15 then it should get deleted order by Fdate column desc.
I want the rows should get deleted from starting from the last row.
Thanks Gurus
Ben
Comment