SELECT 'meal' as "type" ,count(*) from meal where user_id='' UNION ALL SELECT 'deposit' as "type" ,count(*) from deposit where user_id=''
© 2026 Hedgehog Software, LLC