Latest Activity
Hi, is it possible to change the fetchsize (Southbound) for the MongoDB customwrapper? Next to this what is the default fetchsize value for for the MongoDB customwrapper? Thanks for your help!
we will be having a java spring app using jdbc to call denodo to call a teradata source. Im struglling with what the client java code has to do. how complex will it be? help me understand how this works. my app defintely wants to chunk things. (north...
Are you not able to use FETCH and/or LIMIT in a subquery? This query throws an error - Syntax error: Exception parsing query near 'LIMIT' SELECT a.* FROM view1 INNER JOIN (SELECT joinval from view2 ORDER BY joinval DESC FETCH FIRST 3 ROWS ONLY) AS vie...
How to fetch top 10 records from table based on date field without query (using fuctions)