hello guys,
is this possible to use SELECT statement to initialize local variable.
MS SQL supports such kind of operation:
SELECT @myCustomersName = CustomersName
FROM Customers
WHERE SecPolID = 3233
when I try to use this in pervasive I got Syntax Error: SELECT ?<< ??? >>=CustomersName FROM...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.