https://experienceleague.adobe.com/en/docs/experience-platform/query/sql/syntax#set
What's the syntax to retrieve the property value? As per the above documentation it says
To set a property: SET abcd = '1234'
To get: SET['abcd']
But it is not working. Is there any gap in the interpretation?