15 Jul
2016
15 Jul
'16
8:04 p.m.
On Jul 15, 2016, at 7:07 PM, Alan DeKok <aland@deployingradius.com> wrote:
On Jul 15, 2016, at 6:58 PM, تعلم البرمجة <mido2010bona@gmail.com> wrote:
I Can`t Get array in db by SELECT *
The server only supports strings as return data from SELECT.
Unless you're doing maps, in which case it does support multivalued attributes e.g. map sql "SELECT `column` FROM profiles WHERE id=1" { &control:Tmp-String-1 += 'column' } That only works in >= v3.1.x though. -Arran