You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an SQL query which needs a INNER JOIN between two database tables.
Is this something that can be supported?
I understand there is a connection parameter to support different tables but putting two connection in a single parameter, how is that possible?
cy.task("dbQuery", {"query":"your sql query","connection":connection}) with something like cy.task("dbQuery", {"query":"your sql query","connection":connection1 and connection2})
The text was updated successfully, but these errors were encountered:
I have an SQL query which needs a
INNER JOIN
between two database tables.Is this something that can be supported?
I understand there is a
connection
parameter to support different tables but putting twoconnection
in a single parameter, how is that possible?cy.task("dbQuery", {"query":"your sql query","connection":connection})
with something likecy.task("dbQuery", {"query":"your sql query","connection":connection1 and connection2})
The text was updated successfully, but these errors were encountered: