top of page

Tags

Archive

Query to Find Fusion SaaS Instance url from a Table

Writer's picture: SatyaSatya

SELECT
        external_virtual_host,
        SUBSTR (external_virtual_host, 1,instr(external_virtual_host,'.') -1)
FROM
        fusion.ask_deployed_domains add
WHERE
        add.deployed_domain_name='FADomain'

564 views0 comments

Recent Posts

See All

Comments


Other Posts you may Interested 

Subscribe Form

  • facebook
  • linkedin
bottom of page