I am using the cypress and cy.oracle() to get the query results.
cy.oracle(`select c1 as col1,c2 as col2 from testatble`). then((result) => {