Sha256: 3afbbd51ad1c9bff0f1813cec2215b8bf65c1ffb0244926686fd3f8883cd7dfd

Contents?: true

Size: 1.73 KB

Versions: 4

Compression:

Stored size: 1.73 KB

Contents

<?xml version="1.0" encoding="utf-8"?>

<Select xmlns:xsd="http://www.w3.org/2001/XMLSchema"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xmlns="http://www.ivoa.net/xml/ADQL/v1.0">
	
	<SelectionList>
		<Item xsi:type="columnReferenceType" Table="o" Name="objid" />
		<Item xsi:type="columnReferenceType" Table="o" Name="ra" />
		<Item xsi:type="columnReferenceType" Table="o" Name="dec" />
		<Item xsi:type="columnReferenceType" Table="o" Name="type" />
		<Item xsi:type="columnReferenceType" Table="t" Name="objid" />
		<Item xsi:type="columnReferenceType" Table="t" Name="ra" />
		<Item xsi:type="columnReferenceType" Table="t" Name="dec" />
		<Item xsi:type="columnReferenceType" Table="t" Name="j_m" />
		<Item xsi:type="columnReferenceType" Table="o" Name="i" />
	</SelectionList>

	<From>
		<Table xsi:type="archiveTableType" Archive="SDSS"
			Name="PhotoPrimary" Alias="o" />
		<Table xsi:type="archiveTableType" Archive="TWOMASS"
			Name="PhotoPrimary" Alias="t" />
		<Table xsi:type="joinTableType">
			<Qualifier>INNER</Qualifier>
			<Tables>
				<Table xsi:type="archiveTableType" Archive="SDSS"
					Name="PhotoPrimary" Alias="o" />
				<Table xsi:type="archiveTableType" Archive="TWOMASS"
					Name="PhotoPrimary" Alias="t" />
			</Tables>
			<Condition Comparison="=" xsi:type="comparisonPredType">
				<Arg xsi:type="columnReferenceType" Table="o" Name="objid"/>
				<Arg xsi:type="columnReferenceType" Table="t" Name="objid"/>
			</Condition>
		</Table>
	</From>
	
	<Where>
		<Condition xsi:type="regionSearchType">
			<Region xmlns:q1="http://www.ivoa.net/xml/STC/STCregion/v1.10"
				xsi:type="q1:circleType" unit="deg">
				<q1:Center>182.5 -0.89</q1:Center>
				<q1:Radius>8</q1:Radius>
			</Region>
		</Condition>
	</Where>
	
</Select>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
voruby-1.0.2 test/adql/test1.adql
voruby-1.1.1 test/adql/test1.adql
voruby-1.0.1 test/adql/test1.adql
voruby-1.1 test/adql/test1.adql