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 d1.*, d2.* from delta d1 inner join delta d2 where d1.new==d2.old
This will result in column names from d1, d2 to be duplicated. Unfortunately, running this query via sqlite-utils, only one set of output columns is returned, probably being overridden in the map.
The text was updated successfully, but these errors were encountered:
Consider this join query:
This will result in column names from d1, d2 to be duplicated. Unfortunately, running this query via
sqlite-utils
, only one set of output columns is returned, probably being overridden in the map.The text was updated successfully, but these errors were encountered: