Zoho Analytics Query Table
Hi
How do you add custom values in a column? I want to create a new column (does not exist in any data) which shows todays date.
Normal SQL Function:
INSERT INTO table_name (column1, column2, column3, ...)
VALUES (value1, value2, value3, ...);
From what I can see, Zoho only has a 'Insert'