i want to update last row of the table
am using a column for auto increment value
update coll_details set date='"+textbox1.text+"' whrere id=MAX(id)
BUT IT IS NOT WORKING
i want to update last row of the table
am using a column for auto increment value
update coll_details set date='"+textbox1.text+"' whrere id=MAX(id)
BUT IT IS NOT WORKING