Details
-
Type:
Story
-
Status: To Do
-
Resolution: Unresolved
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Epic Link:
-
Team:Data Access and Database
-
Urgent?:No
Description
Parser doesn't support function in ORDER BY clause:
order by ABS(taiMidPoint)
|
SELECT objectId, taiMidPoint FROM Source order by ABS(taiMidPoint) ASC
|
ERROR 4110 (Proxy) at line 1: Qserv error: 'ParseException:Parse error(ANTLR):unexpected token: (:'
|
Fabrice, this is quite difficult to implement in a generic way, I talked with Daniel about it in the past. We already well documented that it doe snot work. I'd recommend to not attempt to address it right now.