Skip to content

Instantly share code, notes, and snippets.

@Satys
Last active February 15, 2021 12:31
Embed
What would you like to do?
//pseudo mysql query
policy_id = query(`SELECT policy_id from Role_Policy_Map where role_id=${role_id}`)
// it returns policy_id = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment