Hello, Is there a way to define custom aggregation functions in SQLite using AIR?
>From the documentation, I noticed that AIR supports SUM, MIN, MAX, AVG, COUNT, and TOTAL: http://www.adobe.com/go/learn_air_aslr_en?localDatabaseSQLSupport.html SQLite lets you define your own functions in C: http://www.sqlite.org/c3ref/create_function.html Thanks, -george

