Skip to content

Instantly share code, notes, and snippets.

@halityurttas
Created June 8, 2022 20:39
Show Gist options
  • Save halityurttas/245d310cd8af9319feb287b722169ecb to your computer and use it in GitHub Desktop.
Save halityurttas/245d310cd8af9319feb287b722169ecb to your computer and use it in GitHub Desktop.
Satır bazında random number üretme
SELECT (((CAST( ABS(CHECKSUM(NewId())) % 10 AS DECIMAL)+1)/10)+1), * FROM table1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment