We are taking steps to make our moderation process friendlier while ensuring that SAP Community continues to comply with the Digital Services Act (DSA). Learn more in this What’s New post.
Hi,
I would like to generate random numbers between 1 and 20 in a select statement in Hana Studio. The person holding the random number generated by the system will perform a task.
select 'Selected Person' As "Statement", Random(1,20) from dummy;...