You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello,to slove this problem you can use the CompoundMultiIndex.
if you want the program automic decide which index to choose,you should implement index match by yourself and then filter the reuslt for the field which not matched.
How to use group by clause in memdb like
SELECT SUM(CLIENT.TRANSACTIONS.TRANSACTION_AMT) TOTAL_AMOUNT,COUNT(CLIENT.TRANSACTIONS.TRANSACTION_ID) NO_OF_TRANACTIONS,CLIENT.TRANSACTIONS.CUSTOMER_ID
FROM CLIENT.TRANSACTIONS GROUP BY CLIENT.TRANSACTIONS.CUSTOMER_ID
I want to execute this query but how to do this in memdb
Like sql "SELECT * FROM table WHERE A=1 AND B=2"
The text was updated successfully, but these errors were encountered: