1 | 87DE8D7B-6B6F-4E2A-BAA4-7A146F1CC7DF | 752E78C3-0D1D-4BB1-A31E-29296D4D265B | 1 | 36 | 19734247 | 19734247 | 19691327 | 87DE8D7B-6B6F-4E2A-BAA4-7A146F1CC7DF | [null] | [null] | 19734247 | 19724229 | 1 | 19691433 | 1999 | Report on fish collections from the Pitcairn Islands | [null] | [null] | [null] | [null] | [null] | 461 | 1-36 | [null] | [null] | [null] | [null] | [null] | [null] | 14 unnumbered [figs] | 1999-01-01 00:00:00.000 | 1999-12-31 00:00:00.000 | [null] | Randall 1999 | Randall | Randall, John E. | <I>Atoll Research Bulletin</I>(461): 1-36. | Report on fish collections from the Pitcairn Islands | 2600875 | 752E78C3-0D1D-4BB1-A31E-29296D4D265B | 38 | 2600875 | [null] | 11201 | 2600875 | Pitcairn Islands | [null] | 1 | [null] | [null] | [null] | [null] | -24.3764907 | -128.3243466 | 2 | 0 | [empty string] | [null] | [null] | [null] | [null] | -25.0798075 | -130.7507388 | -23.9144684 | -124.7721577 |
Query: | SELECT lr.ReferenceUUID, lr.LocationUUID, lr.Start_Page, lr.End_Page, ref_pk.PKID, ref_pk.CorrectID, ref_pk.TableID, ref_pk.UUID, ref_pk.LegacyID, ref_pk.LegacyID2,
r.ReferenceID, r.ParentReferenceID, r.ReferenceTypeID, r.LanguageID, r.Year, r.Title, r.SecondaryTitle, r.Publisher, r.PlacePublished, r.Volume, r.NumberVolumes,
r.Number, r.Pages, r.InPages, r.Section, r.Edition, r.DatePublished, r.TypeWork, r.ShortTitle, r.Figures, r.StartDate, r.EndDate, r.URL, r.CheatCitation, r.CheatAuthors,
r.CheatFullAuthors, r.CheatCitationDetails, r.CheatSearchReference, loc_pk.PKID AS Expr1, loc_pk.UUID AS Expr2, loc_pk.FK_TableTypeID, loc_pk.CorrectID AS Expr3,
loc_pk.CheatSearchString, loc_pk.LegacyID AS Expr4, l.PK_LocationID, l.Location_name, l.FK_CountryID, l.Active, l.Abbreviation, l.x_location, l.y_location, l.map_name, l.GeoCoords.Lat as LocationDecimalLatitude, l.GeoCoords.Long as LocationDecimalLongitude, l.Echelon, l.FK_SubordID, l.location_description, l.height, l.width, l.y_rect_coords, l.x_rect_coords, l.SW_Bound_Lat, l.SW_Bound_Long, l.NE_Bound_Lat, l.NE_Bound_Long
FROM Location_join_Reference AS lr INNER JOIN
Taxonomer.dbo.PK AS ref_pk ON lr.ReferenceUUID = ref_pk.UUID INNER JOIN
Taxonomer.dbo.Reference AS r ON ref_pk.PKID = r.ReferenceID INNER JOIN
PK AS loc_pk ON lr.LocationUUID = loc_pk.UUID INNER JOIN
Locations AS l ON l.PK_LocationID = loc_pk.PKID
WHERE lr.ReferenceUUID IS NOT NULL
AND lr.LocationUUID = ?
ORDER BY lr.SortOrder |