How to get last n records from n different tables in SQLite with Python

后端 未结 0 1793
悲&欢浪女
悲&欢浪女 2020-12-16 20:03

I want to get the last record of all the available tables from my database, e.g:

I have 2 tables:

Table1 (
    "name"  TEXT,
    "price&         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题