Hi All,
How to make a dictoinary list of a query result.Example.select id,name from account.it should be like [{'name':aaa,'id':12},{'name':bbb,'id':23},...]
Thanks,Sanjay