i have two table i want to update data from one table to anther
1 table columns like name,country,DATES
2 table name, country and DATE
I want to update the DATE column in second table.
on the basis of the DATES column in first table
first Table has many data but i want to update the date which is latest or max in DATE column of first table.
I hope you guys understood my problem.
Thank You