SQLite Forum

Pragma_Function_List()
Login
<code>
 name                      builtin type enc  narg   flags
 max                             1 s    utf8   ¯1 2099200
 max                             1 w    utf8    1 2097152
 min                             1 s    utf8   ¯1 2099200
 min                             1 w    utf8    1 2097152
</code>

I assume narg stands for the number of arguments;  if so, how do I interpret -1?