mirror of
https://github.com/tnodir/fort
synced 2024-11-15 06:15:15 +00:00
Minor fix.
This commit is contained in:
parent
69e0ba1b4e
commit
40fa0180fe
@ -62,7 +62,7 @@ int TableSqlModel::doSqlCount() const
|
||||
|
||||
QString TableSqlModel::sqlCount() const
|
||||
{
|
||||
return "SELECT count(*) FROM (" + sqlBase() + ");";
|
||||
return "SELECT COUNT(*) FROM (" + sqlBase() + ");";
|
||||
}
|
||||
|
||||
QString TableSqlModel::sql() const
|
||||
|
Loading…
Reference in New Issue
Block a user