SQLite Forum

Only Column Names read from table
Login
Hello,
I have tried this query for fetching table name from database << SELECT name FROM sqlite_master WHERE type='table' AND name NOT LIKE 'NEO%' ORDER BY name  >>

above mentioned query works, I am sharing this only for ref.