function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sravani kuntamukkalaSravani kuntamukkala 

Smart SQL query output format from Soup

Hi,

How can i change the output format of the SMart SQL query from Soup.

If I use the 'newAllQuerySpec' query to query from soup, the results are in the format of dictionary like

{'Col_name':'value', 'Col_name':'value',..}

however if query with a smartsql the output from soup is  queryWithQuerySpec, array of values but as array of dictionaries. 

How do i set the outpur format of the query results from Soup.

Thanks