Hi Folks
In the HFSQL CC query window I have pasted my query from my development query to test. It has a parameter e.g.:{pInvoiceNumber}. How do I pass the parameter or do I have to always overtype with a value to test
Would expect something like....
pID is int = 10 ;
Select * from Invoices where invId = {pID}
this gives error - unexpected word : int
Any ideas appreciated
In the HFSQL CC query window I have pasted my query from my development query to test. It has a parameter e.g.:{pInvoiceNumber}. How do I pass the parameter or do I have to always overtype with a value to test
Would expect something like....
pID is int = 10 ;
Select * from Invoices where invId = {pID}
this gives error - unexpected word : int
Any ideas appreciated