JuliusFroglet
Results
1
issues of
JuliusFroglet
Hi, how do I get the row with a columns greatest value? I thoght it could work like this, but unfotunately... no effect. `$db->get($tables["dates"],"greatest(start)");` this also won't work `$db->get($tables["dates"],"max(start)");` Any...