SQL Queries : Filter on Id (CSUUID, LUUID, BINData)
Completed
I've been trying to use your sql query feature but I haven't been able to use ids in my where clause.
Exampe :
mb.runSQLQuery(`
SELECT * FROM MyCollection WHERE _id = CSUUID("3F2504E0-4F89-11D3-9A0C-0305E82C3301")
`)
Is this something supported?
Currently, UUID and BinData functions are not supported. We are working on it and plan to support these functions in the next update.
Currently, UUID and BinData functions are not supported. We are working on it and plan to support these functions in the next update.
Replies have been locked on this page!