Created
September 18, 2017 04:14
-
-
Save sultanshakir/197b9b7c08bb3dcea230131d34eda2fd to your computer and use it in GitHub Desktop.
CCL to get Content Service URL for custom components for static content refresh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| select * | |
| from dm_info d | |
| where d.info_domain = "INS" | |
| and d.info_name = "CONTENT_SERVICE_URL" | |
| with time = 10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment