Hi, Is it possible to create a temporary table in SQLite so that it will only be visible to the current session and be destroyed after the session is closed? Just like SQL Server http://www.codeproject.com/Articles/42553/Quick-Overview-Temporary-Tables-in -SQL-Server ?
Thanks