You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mysql> SELECT count(a.id) as cant FROM actions a JOIN transactions t ON a.transaction_id = t.id WHERE a.parent_id = 0;
ERROR 1054 (42S22): Unknown column 'a.parent_id' in 'where clause'
The text was updated successfully, but these errors were encountered:
@kesar You can view the information from the URL of this test.
http://47.75.202.46:8000/actions?page=1
mysql> SELECT count(a.id) as cant FROM actions a JOIN transactions t ON a.transaction_id = t.id WHERE a.parent_id = 0;
ERROR 1054 (42S22): Unknown column 'a.parent_id' in 'where clause'
The text was updated successfully, but these errors were encountered: