Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
``` D SET VARIABLE my_map = MAP {'k1': 10, 'k2': 20}; D SELECT dictGet('my_map', 'k1'); ```
- Loading branch information
``` D SET VARIABLE my_map = MAP {'k1': 10, 'k2': 20}; D SELECT dictGet('my_map', 'k1'); ```