Cannot Run the Query:
SELECT transaction_id, sum(accounts.points_gain) as amount from tbl_user_accounts_dtls accounts where accounts.points_gain>0 and accounts.user_id='47763' and accounts.action='question' GROUP BY transaction_id ORDER BY accounts.trdate DESC
as following error is encountered...
Table 'bolegapeer1.tbl_user_accounts_dtls' doesn't exist