-
To separate the uncommon rows of one table (rows that exist in one table but not in another)
Using a LEFT JOIN To isolate the uncommon rows in the table one SELECT t1.*FROM Table1 t1LEFT JOIN Table2 t2…
-
Filter while getting submissions in workflow [UNQORK]
How to pass filter value dynamically in plugin to get Dashboard submission? submissionId name class feesPaid gender 021efrgggi Binny 4…
-
Small Questions Unqork
Which kind of output does group input give in Data Workflow component.
-
Fetch values of components to array using Binded Table
How to fetch values of a form having 5 fields , a) name b) email c)phone Number d)city e) salary…
-
PHP query Vs Unqork
id name salary 23546 Anna 700000 23452 Bintu 670000 23453 Caddy 800000 account Q1) Get the row which has salary…