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
e.g. in this query, where there are the |, we do not get columns proposed
SELECT | account_client, cast(trans_amount as int) as amount, trans_city, |, trans_city_lat, trans_city_lon FROM transactions WHERE trans_country_code = 'US' and trans_amount >= 998 ORDER BY amount desc limit 15