Hi, What would be the equivalent syntax in synapser for the example below which used synapseQuery in synapseClient, where the mysynid is not a table and does not have annotation, e.g.: ``` synapseQuery("select name, id from entity where parentId == ''") ``` Thanks, Olga

Created by Olga Nikolova olga.nikolova
Thanks Larsson! (Hi!!) I did see this but was curious if there was an option to pre-select the fields in the file list in the same line , e.g. synGetChildren(parent, includeTypes=list(file), select=(name,id)) but that's easy to add on our end, of course.
Cheers Olga: Good to see you on the forum. There is a convenience function for what you want called ``` SynGetChildren ```

synapseQuery functionality in synapser page is loading…