Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.10.0
-
Fix Version/s: None
-
Component/s: app.editor
-
Labels:None
-
Target Version:
-
Epic Link:
-
Sprint:Jul 5-22, 2016
Description
In the bank DB, I paste
SELECT account_client,
trans_amount,
trans_country_code,
trans_bank_city,
trans_city_lat,
trans_city_lon
FROM transactions
WHERE trans_amount > 9998
AND trans_country_code = 'US'
ORDER BY trans_amount ;
it has the transactions tables but not all the fields and the autocomplete does not do anything.
Wondering if it is because some columns are wrong