Naweed Raja Posted April 25, 2019 Posted April 25, 2019 How do we speed up TDV querries for Salesforce which are using UNION with Seibel. SELECT A.CaseNumber as TicketNumber, A.Status as TicketStatus, A.AccountId as Account, A.product__c as Product, A.Subject as ShortDescription, A.Description as LongDescription, A.Reason as TicketCategory, A.CreatedDate as CreatedDate from /shared/POC/CASE_SF A UNION ALL SELECT B.TicketNumber as TicketNumber, B.TicketStatus as TicketStatus, B.ACCOUNT as Account, B.PRODUCT as Product, B.ShortDescription as ShortDescription, B.LongDescription as LongDescription, B.TicketCategory as TicketCategory, B.CreatedDate as CreatedDate from /shared/POC/SeibelAll B
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now