Skip to content

Commit

Permalink
Update getFullLabelList.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
tongning authored Feb 13, 2017
1 parent 5e55268 commit 5cc2375
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions samples/getFullLabelList.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
select gsv_panorama_id, sv_image_x, sv_image_y, label_type_id, photographer_heading, heading, pitch from sidewalk.label_point
select gsv_panorama_id, sv_image_x, sv_image_y, label_type_id, photographer_heading, heading, pitch, label.label_id from sidewalk.label_point
inner join sidewalk.label
on sidewalk.label.label_id = sidewalk.label_point.label_id
--where sidewalk.label.label_type_id=1
--14159
;
;

0 comments on commit 5cc2375

Please sign in to comment.