Execute the following query to list the tables defined in your DB:
SELECT name FROM sqlite_master
WHERE type IN ('table','view') AND name NOT LIKE 'sqlite_%'
UNION ALL
SELECT name FROM sqlite_temp_master
WHERE type IN ('table','view')
ORDER BY 1
On Jan 8, 3:42 am, ghi80 wrote:
> Hi,
> I'm an ita
You don't show your SELECT statement. I wonder if you might
accidentally have localized the table name?
On Jan 8, 1:42 am, ghi80 wrote:
> Hi,
> I'm an italian android application publisher.
> In my free and paid applications, i use database files.
> I have database file with extension ".sqlite".
2 matches
Mail list logo