try this way
select (select count() from XXX) as count, *
from XXX;
Related Contents:
- How do I unlock a SQLite database?
- “Insert if not exists” statement in SQLite
- How do I rename a column in a SQLite database table?
- How do I check in SQLite whether a table exists?
- Accessing an SQLite Database in Swift
- Escape single quote character for use in an SQLite query
- INSERT IF NOT EXISTS ELSE UPDATE?
- System.Data.SQLite Close() not releasing database file
- How to delete or add column in SQLITE?
- Sqlite LIMIT / OFFSET query
- Set start value for AUTOINCREMENT in SQLite
- How to use ROW_NUMBER in sqlite
- ALTER COLUMN in sqlite
- Import CSV to SQLite
- Select random row from a sqlite table
- Android – Pulling SQlite database android device
- SQLite error ‘attempt to write a readonly database’ during insert?
- How do I store and retrieve a blob from sqlite?
- Difference between 2 dates in SQLite
- Insert new column into table in sqlite?
- Efficient paging in SQLite with millions of records
- How do you enable LIMIT for DELETE in SQLite?
- How Scalable is SQLite? [closed]
- Store boolean value in SQLite
- SQLite table constraint – unique on multiple columns
- change sqlite file size after “DELETE FROM table”
- SQLite Schema Information Metadata
- Can SQLite support multiple users?
- How to create custom functions in SQLite
- How to get Top 5 records in SqLite?
- Sqlite primary key on multiple columns
- Creating stored procedure and SQLite?
- SQLite add Primary Key
- Sqlite group_concat ordering
- Encrypted cookies in Chrome
- How do I add a new column in between two columns?
- ALTER TABLE ADD COLUMN IF NOT EXISTS in SQLite
- SQLite: How do I save the result of a query as a CSV file?
- Create table in SQLite only if it doesn’t exist already
- is there a limit to the size of a SQLite database?
- script to convert mysql dump sql file into format that can be imported into sqlite3 db
- How to generate all dates between two dates
- SQLITE_BUSY The database file is locked (database is locked) in wicket
- sqlite – How to get INSERT OR IGNORE to work
- SQLite “INSERT OR REPLACE INTO” vs. “UPDATE … WHERE”
- How do I DROP a constraint from a sqlite (3.6.21) table?
- DbFunctions.TruncateTime LINQ equivalent in EF CORE
- Are there any reserved words in SQLite?
- Is there a boolean literal in SQLite?
- Sqlite over a network share [closed]