Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I am trying to store a QVD by using store command. EVen though I am giving correct path, it is throwing error.
Here initially I am read one Qvd from the same path and renaming and saving the QVD based on some condition.
Regards,
Kumar
Hi,
I tried in that way also. But no use.
The " 0 lines fetched" message shows that no data is being loaded into IncMonths
Try changing your where clause to
WHERE site_visit_updated_datetime > date($(vMinMonth));
Thanks a lot Colin. You are champion.