-
Enhancement
-
Resolution: Won't Do
-
Minor
-
None
-
7.1.1
-
None
-
None
In the transformation, trying to create virtual procedure:
CREATE VIRTUAL PROCEDURE
BEGIN
SELECT * FROM Products.productdata;
END
and the message is: The query defining a virtual group can only be of type Select or Exec.
Not sure what the message is telling me to do.