Only return single result

So when selecting a column from a specific row, there can only be single value, but drizzle always returns that as array
3 Replies
Trustody
Trustody6mo ago
just select first element with [0]
maverickdoge
maverickdogeOP6mo ago
but there must be a easier way thats annoying
Trustody
Trustody6mo ago
seems pretty easy to me

Did you find this page helpful?