Combining QBE & custom SQL.
24354Apr 11 2003 — edited Apr 11 2003
Is it possible to combine QBE and some custom SQL (that can be limited to where clause criteria) to read objects from database.
the expected query should be something like this :
SELECT [field-list]
FROM [Table-Name]
WHERE
[QBE selection criteria ]
AND
[Custom-SQL : {id in (select ...)}]
thanks & regards.
Erdem.