Hello all. I have a very big problem with a special query.
I have this query:
And i have to put it on a DB read action on an event, to display the result of the query on a dropdown.
Please, help me, how can i do this?
GreyHead, any ideea?
I have this query:
SELECT Distinct
I31.codmod,
I31.desmod
FROM IDAT2410F I24
Left Join IDAT3200F I32 on I32.CODALL = I24.CODALL
Left Join IDAT3100F I31 on I31.CODMAR = I32.CODMAR And I31.CODMOD = I32.CODMOD
Where
I24.ANNOXX = 2004
And I32.codmar = '33'
Group By I31.codmod,I31.desmod
Order by I31.desmod
And i have to put it on a DB read action on an event, to display the result of the query on a dropdown.
Please, help me, how can i do this?
GreyHead, any ideea?