Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
tempdatestoretable:
LOAD Count(valuee) AS Followers, Floor(Today()) as StoreDate
RESIDENT ids;
CONCATENATE (tempdatestoretable)
LOAD *
FROM MyQVDTable.qvd (qvd)
WHERE Not Exists(StoreDate);
STORE tempdatestoretable INTO MyQVDTable.qvd (qvd);
DROP Table tempdatestoretable;
I want to create lib as MyQVDTable.qvd (qvd) gives invalid path
It worked. Thank you ![]()
If your question is Answered, please flag a Correct Answer and optionally one or more Helpful Answers.
If not, please make clear what part of your question still needs help
.