ADQL v0.73
The schema for the proposed ADQL version 0.73
Example Queries & their equivalent XML Representation
Select t.a, g.d from Tab a, Tab d where a.d < d.e and a.f < d.f order by t.f, g.b
Select t.*, b.* From Tab t, Bob b Where t.g <> b.g order by t.g - b.g, b.h
Select t.b,b.d From Tab t, Bob b Having t.b<>b.b
Select t.b, b.* from Tab t, Bob b Where Avg(b.dd) < 4.56 order by b.dd
Select sin(A.b) as MM, * From Tab A where (log(A.d) < 1.24)
Select (a.b - c.d) as aone, b.e as atwo From Tab a, Bob b Group by a.f