Sorry, I forgot to tell that. It is date column with an integer number.

ID xValue xDate
----------------
1   130      40123
1   120      41232
1   140      40582
1   100      40888
1   110      42541
2   140      41225
2   130      41589
2   150      40872

RBS

On Sat, Oct 12, 2019 at 3:18 PM Igor Tandetnik <i...@tandetnik.org> wrote:

> On 10/12/2019 10:08 AM, Bart Smissaert wrote:
> > How do I get the standard deviation of the last 4 entries (there could be
> > less than 4) of an integer column grouped by an integer ID entry in
> another
> > column in the same table.
>
> What do you mean by "last 4 entries"? What determines the order? How does
> one tell which entry is the first and which is the last?
> --
> Igor Tandetnik
>
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@mailinglists.sqlite.org
> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to