In HANA is possible to create a temporary table with the structure already defined in a TYPE?
EXAMPLE:
CREATE TYPE MY_TYPE as TABLE( col1 varchar(1), col2 integer) CREATE LOCAL TEMPORARY TABLE #TMP_TBL WITH MY_TYPE
Fore more information, I have HANA PLATFORM Rev. 53.
Thanks very much.