When trying to execute this query
I receive an error:
Is this query to complex?
B4X:
(SELECT tblAppVersies.AppID, tblAppVersies.AppNaam FROM tblAppGeinstalleerd INNER JOIN tblAppVersies ON tblAppGeinstalleerd.AppID = tblAppVersies.AppID WHERE (([tblappversies].[appversie]-[tblappgeinstalleerd].[appversie])>0 AND tblAppGeinstalleerd.DeviceID= ?)
I receive an error:
B4X:
(RuntimeException) java.lang.RuntimeException: unsupported internal operation: Type
Is this query to complex?