Closed almicol closed 4 years ago
I think this issue is in the wrong GitHub project :S The problem is not in the ADQL standard but in VOLLT/ADQL-Lib. So, I copied this issue in there: https://github.com/gmantele/vollt/issues/121
Oops, thanks and sorry Gregory!
I hope all is well with you and your dears, Alberto
From: Grégory Mantelet notifications@github.com Reply to: ivoa-std/ADQL reply@reply.github.com Date: Friday, 24. April 2020 at 15:16 To: ivoa-std/ADQL ADQL@noreply.github.com Cc: Alberto Micol amicol@eso.org, Author author@noreply.github.com Subject: Re: [ivoa-std/ADQL] " Invalid ADQL regular identifier" when != operator used (#38)
I think this issue is in the wrong GitHub project :S The problem is not in the ADQL standard but in VOLLT/ADQL-Lib. So, I copied this issue in there: gmantele/vollt#121https://github.com/gmantele/vollt/issues/121
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/ivoa-std/ADQL/issues/38#issuecomment-619001907, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ADCLQ47AD224LQMRW3L6OODROGGJJANCNFSM4MP7DLSQ.
The legitimate query: SELECT mycol FROM mytab WHERE mycol!='toto'
returns the error:
Invalid ADQL regular identifier: : "mycol!"! If it aims to be a column/table name/alias, you should write it between double quotes.