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
%CheckSort Checks the database for a duplicate sort
query = ['SELECT sort_id, user, a_file FROM sorts s INNER JOIN recordings r ON s.recording_id_fk = r.recording_id WHERE a_file = ''' newrecord.name 'A'''];