You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
select a.id, a.t, a.x, b.id, b.t, b.x from fred a inner join fred b on a.t = b.t where b.id = 'DGS3MO' and a.id = 'DPRIME';
select a.t, a.x x1, b.x x2, c.x x3 from fred a inner join fred b on a.t = b.t inner join fred c on b.t = c.t where a.id = 'DPRIME' and b.id = 'DGS3MO' and c.id = 'DTB6';