• Morton Hsiao
  • NEWBIE
  • 0 Points
  • Member since 2021

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 2
    Replies
Here's an easy example

select id, typeof what when opportunity then name end from task where opportunity.name = 'sql is better'
this doesnt' work.  I can't use what like
where what.name = 'sql is better' because what is a special field so that I coudl do where what.type = 'Opportunity', but then I can't do what.?

Hello All,

Is method overloading of static methods possible in apex ?

Any assitance would be apprceiated.


Regards,
Uday

Hi Devs,

How do we something simple like below in SOQL.

SELECT ID as  ROW_NATURAL_ID FROM ACCOUNT;

Regards,
Nandika