cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Variable name in a Temporary table with DS

Former Member
0 Kudos
307

I would like to create a temporary table but I would like it to change its name according to a variable.

For example, let it be called: tbl_992 and this '992' is a variable which changes to other numbers.

Is this possible?

Thank you so much.

Accepted Solutions (0)

Answers (1)

Answers (1)

mageshwaran_subramanian
Active Contributor
0 Kudos

Technically, yes but dynamic tables can only be created using DS scripts with SQL CREATE statement in it.