Commit 70b2a9e5 authored by Anthony.Suerte's avatar Anthony.Suerte

Removed the apostrophes from column alias

parent 84313b29
......@@ -4655,7 +4655,7 @@ WHERE
</LIST_USER_TRANSACTION_ADMIN_COUNT>
<SELECT_USER_TRANSACTION_ADMIN_COUNT>
SELECT COUNT(*) as 'overall_total' FROM (
SELECT COUNT(*) as overall_total FROM (
SELECT /* 通常入金 */
create_time AS transaction_time
, deposit_date AS process_time
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment