I am able to Query the Data from the SQL but When giving Command to Insert the Data It is showing False
All Type are TEXT for the table
I am able to Query the Data from the SQL but When giving Command to Insert the Data It is showing False
I think it’s probably how your concatenating your command.
These are the Slingshot nodes- right ?
In the post @SeanP included- I noted that you need to use the ‘command’ node for an insert query.
I’m not sure why this is, as in normal SQL parlance a ‘query’ is any kind of code/commands- i.e SELECT, INSERT, UPDATE, TRUNCATE etc
Maybe is is the more usual meaning of a query just being an interrogation i.e SELECT
As @SeanP noted- you need to get the concatenation connect- the SQL query string will need quotes around text values- also detailed in the linked post