Open fprima opened 5 years ago
support in SQLFlow with backend v1.4.2
https://gudusoft.com/sqlflow/#/
Please give it a try and let me know the result.
constant also supported in the JSON output
UPDATE TABLE_ONE SET COLUMN_A = 100
WHERE COLUMN_A =200;
It is important from a lineage perspective to have this information. For someone looking at the lineage diagram would like to know that an output column is a count of entries of the table, while another one is a Sum of an input column.