Cypress cy.oracle get column name

前端 未结 0 457
感动是毒
感动是毒 2021-01-20 15:39

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) => {               


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题