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
Sindhu AmbarkarSindhu Ambarkar 

Getting unknown error parsing query error in query editor.I need to retrieve the billing address from account

Select billingaddress from account where name=sodani(account name)
Prashant WayalPrashant Wayal
Hi Sindhu,

Can you try below query:
 
Select billingaddress from account where name='sodani'

Hope it helps you.

Thanks,
Prashant