Multiple measurements with the same alias

Hello, could you help me. Everytime i’ve add second query, i’ve got an error " Error : There are multiple measurements with the same alias. Please give each measurement a unique name."
I’ve give metrics different name, but it still error. Thank you.
There is my queries
A:
SELECT $__time(TS),
‘event’ as metric,
event_type
FROM RUN_STATUS
WHERE ID=’vR' B: SELECT __time(TS),
‘code’ as metric,
INDIRECT_CODE
FROM RUN_STATUS
WHERE ID=’$vR’