Return data in the same order that I have inserted it with Sqlite3
-1
votes
1
answer
140
views
I'm working with, I think, the lastest version of Sqlite and C++. I have a table with data, and I need to return this data in the order I inserted it.
Do I have any guarantee that the columns will always be returned in this order?
Maybe I must add another column to set the order and use ORDER BY:


Asked by VansFannel
(1873 rep)
Jun 29, 2024, 09:16 AM
Last activity: Jun 29, 2024, 12:44 PM
Last activity: Jun 29, 2024, 12:44 PM