Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

RAND() function not working in Fabric warehouse

Hello

 

 

I have a requirement to auto generate the numbers between two integers like 10 and 100. when i searched in bing for warehouse it is saying that RAND() function should work but when i actually tried its not working giving the below error. 

 

did anyone faced it help me in resolving this issue. Thanks in advance.

 

SELECT RAND()*(10-5)+5; 

 

 

2 Replies