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
Then try select seriesA.value - seriesB.value from seriesA inner join seriesB which will return no data. However, if you do select * from seriesA inner join seriesB that will work and join the series.
The text was updated successfully, but these errors were encountered:
Join queries that perform math on the values no longer work. For instance, write in the following data:
Then try
select seriesA.value - seriesB.value from seriesA inner join seriesB
which will return no data. However, if you doselect * from seriesA inner join seriesB
that will work and join the series.The text was updated successfully, but these errors were encountered: