воспроизвести запрос select *
from workouts
where trainer_department like ‘%Spartacus%’
and workout_schedule_type not in (‘trial’, ‘single’)
order by client_id desc
limit 15
на языке питон