#dev | Logs for 2023-12-15

« return
[00:14:26] <Bytram> kolie: maybe, what I could *really* use is something
[00:14:38] <Bytram> BEGIN
[00:14:45] <Bytram> SELECT
[00:14:46] <Bytram> username,
[00:14:46] <Bytram> date_created
[00:14:46] <Bytram> FROM
[00:14:46] <Bytram> users
[00:14:46] <Bytram> WHERE
[00:14:48] <Bytram> date_create >= 40000
[00:14:50] <Bytram> ORDER BY
[00:14:52] <Bytram> date_created ASCENDING
[00:14:54] <Bytram> LIMIT 50
[00:14:56] <Bytram> ;
[00:14:58] <Bytram> END
[00:15:00] <Bytram> .
[00:18:56] <Bytram> I'm not at all sure about the names, but that should give a the idea.
[00:19:02] <Bytram> .
[00:20:17] <Bytram> s/a//