SQLite Forum

SELECT * Column Sequence / Order (not ORDER BY)
Login
Oh, I forgot to add...

```
SELECT * FROM pragma_table_info('t1');

```
:)