Skip to content

Is they any way we can get the UTPLSQL historical runs by using RUN ID and their coverage #192

Open
@venkat-kasula

Description

@venkat-kasula

Is they any way we can get the UTPLSQL historical runs by using RUN ID which gets generated automatically and their coverage using the inbuilt tables of UTPLSQL.

used the below query but could not find any data in the result of below query

select owner, name, type
from dbmspcc_runs r
join dbmspcc_units u
on r.run_id = u.run_id

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions