SQLite Forum

Best way to use carray
Login
You could just create a temp sorted table and populate that with the array but that would be slower. If the array itself is sorted you could do a binary search on it in your own code to find the first and last index and bind the resulting start pointer and number of entries.