find the query id for the pid code example
Example: redshift running queries
select user_name, db_name, pid, query
from stv_recents
where status = 'Running';
select user_name, db_name, pid, query
from stv_recents
where status = 'Running';