79436068

Date: 2025-02-13 12:03:03
Score: 0.5
Natty:
Report link

Meanwhile SOQL has learned new tricks:

SELECT FIELDS(ALL) FROM myTableName

This selects every field - custom and standard fields of myTableName. FIELDS(Custom) and FIELDS(Standard) work as the name suggests.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Stefan Wilms