Read an account by ID
Reads a single Account record by its ID. This example demonstrates filtering the Accounts table using the WHERE clause with a specific ID.
SELECT * from Accounts Where Id=1558554000105110008
Reads a single Account record by its ID. This example demonstrates filtering the Accounts table using the WHERE clause with a specific ID.
SELECT * from Accounts Where Id=1558554000105110008