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
uri-dev1.392024776339377E12uri-dev1.392024776339377E12 

ContentVersion - SOAP - VersionData can only be retrieved for a single record

I run the following two SOQLs:
  1. SELECT Id, Title, Owner.Name FROM ContentVersion
  2. SELECT Id, Title, VersionData, Owner.Name FROM ContentVersion
SOQL (1) returns four SObjects whereas SOQL (2) returns only a single SObject (the first SObject in SOQL (1) results).
Is it a known limitation? a bug?
Any idea?
Thanks,
Uri