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
start_year and end_year for each row (the sql is date_part('year', start_date) )
great_publisher for each publisher (the sql is case when position('-' in publisher) = 0 then publisher else substring(publisher from 0 for position('-' in publisher)) end )
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: