on 2026 Mar 12 2:23 PM
How do I create or replace a type in HANA 2.0 SP5?
I want to create a type if it currently does not exist. How do I do that?
Request clarification before answering.
Hi,
I believe you're looking for the CREATE TYPE for table which can be found here in the guide :
CREATE TYPE Statement (Procedural)
Create a table type called tt_publishers.
CREATE TYPE tt_publishers AS TABLE (
publisher INTEGER,
name VARCHAR(50),
price DECIMAL,
cnt INTEGER);
Kind Regards
Simon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 7 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.