Hi there
Although there is no command to retrieve a result set with the object structure (like "describe" or "show table" and the likes), there is still a nice way in HANA Studio to review the structure of objects:
Simply select the full object name (either with or without schema identifier) and right click to get the context menu up.
In there you'll find an option "Show definition". Select this one and you'll get a graphical editor for the object that you can even move around in your Eclipse workbench, which I personally like better than to have the output in a SQL result view.
- Lars