File: relocation.sql

package info (click to toggle)
postgresql-q3c 2.0.0-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,340 kB
  • sloc: sql: 26,253; ansic: 3,924; python: 110; perl: 104; makefile: 85; sh: 3
file content (5 lines) | stat: -rw-r--r-- 365 bytes parent folder | download | duplicates (4)
1
2
3
4
5
set search_path to tests,public;
select count(*) from test where q3c_radial_query(ra,dec,171.890000,-85.710000,0.1);
select count(*) from test where q3c_radial_query(ra,dec,45.360000,-8.020000,0.1);
select count(*) from test where q3c_radial_query(ra,dec,247.030000,50.850000,0.1);
select count(*) from test where q3c_radial_query(ra,dec,308.900000,42.260000,0.1);