SQL select latest row from tableUpdated: 22th December 2019Tags: sqlSELECT * FROM my_table ORDER BY id DESC LIMIT 1;