database - How to retrieve the last autoincremented ID from a SQLite table?.md 491 B


title: database - How to retrieve the last autoincremented ID from a SQLite table? date: 2019-06-07 19:33:04 categories: [data base] tags: [sqlite]

authors: sedlav

I have a table Messages with columns ID (primary key, autoincrement) and Content (text). I have a table Users with columns username (primary key, text) and Hash. A message is sent by one Sender (us...

Link