mirror of
https://github.com/tnodir/fort
synced 2024-11-15 08:15:10 +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
|
QString TableSqlModel::sqlCount() const
|
||||||
{
|
{
|
||||||
return "SELECT count(*) FROM (" + sqlBase() + ");";
|
return "SELECT COUNT(*) FROM (" + sqlBase() + ");";
|
||||||
}
|
}
|
||||||
|
|
||||||
QString TableSqlModel::sql() const
|
QString TableSqlModel::sql() const
|
||||||
|
Loading…
Reference in New Issue
Block a user