ThingEngineer/PHP-MySQLi-Database-Class

Get greatest Value

JuliusFroglet opened this issue · 1 comments

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 ideas, who to get this running?