account.soql 231 B

123456
  1. // Use .soql files to store SOQL queries.
  2. // You can execute queries in VS Code by selecting the
  3. // query text and running the command:
  4. // SFDX: Execute SOQL Query with Currently Selected Text
  5. SELECT Id, Name FROM Account;