Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Paste
P149
(An Untitled Masterwork)
Active
Public
Actions
Authored by
stwalkerster
on Aug 18 2017, 12:57 PM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Tags
None
Referenced Files
F29149:
Aug 18 2017, 12:57 PM
2017-08-18 12:57:14 (UTC+0)
Subscribers
None
SELECT
sys
.
name
,
sys
.
x
,
sys
.
y
,
sys
.
z
FROM
(
SELECT
1
AS
rgroup
,
system
,
number
,
trip
FROM
stwalkerster_ed_explore
.
waypoint
WHERE
trip
=
5
and
special
=
'v'
UNION
ALL
SELECT
2
,
w
.
system
,
0
,
t
.
id
FROM
stwalkerster_ed_explore
.
trip
t
INNER
JOIN
stwalkerster_ed_explore
.
waypoint
w
on
t
.
to
=
w
.
id
WHERE
t
.
id
=
5
)
wp
INNER
JOIN
stwalkerster_ed_explore
.
system
sys
ON
sys
.
id
=
wp
.
system
ORDER
BY
wp
.
rgroup
,
wp
.
number
Event Timeline
stwalkerster
created this paste.
Aug 18 2017, 12:57 PM
2017-08-18 12:57:14 (UTC+0)
stwalkerster
created this object with visibility "Public (No Login Required)".
Log In to Comment