Use function in query
-
I have a query: query=” select A, B, C, D, E, F where A=’225′ ” that work fine.
How can I use a function instead of ‘225’?
I tried query=”select A, B, C, D, E, F where A=user_appartement() ” but that give me INVALID QUERY.What would be the right syntax?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Use function in query’ is closed to new replies.