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
How might I pull off something like this? I have something similar to this "working" in a hacky way but the values passed to select function are not parameterized and are not wrapped with quotes.
Input:
{colName: 'foo',colName2: 'bar'}
INSERT INTO tableName (col_name, col_name2)
SELECT $1, $2WHERE EXISTS (SUB_QUERY_HERE)
The text was updated successfully, but these errors were encountered:
How might I pull off something like this? I have something similar to this "working" in a hacky way but the values passed to select function are not parameterized and are not wrapped with quotes.
Input:
The text was updated successfully, but these errors were encountered: