Hello,
I am using MindQuake MySQL action plugin but I am having 2 issues
1- How can I insert/select blob field?!
2- How to get a specific field from a row that MySQL.QueryToTable sends back?!
(I call 3 fields SELECT row1, row2, row3 FROM table; but I want to do total = row1 * row2....)
I am using MindQuake MySQL action plugin but I am having 2 issues
1- How can I insert/select blob field?!
2- How to get a specific field from a row that MySQL.QueryToTable sends back?!
(I call 3 fields SELECT row1, row2, row3 FROM table; but I want to do total = row1 * row2....)
Comment