SQL – query on date

Jan15
  • Share/Bookmark

Difficulty: ★☆☆☆☆

Say you want to query all the fields after a specific date.
You’ll just write a sql with a value > then the filled in date.
But how [......]

Read more...


Salesforce Query Functions

Oct27
  • Share/Bookmark

Difficulty: ★★★☆☆

These handy Salesforce functions I used a lot, for doing Salesforce database queries.
You can use these functions in your S-Controls:

/*[......]

Read more...