Tips and how-to guides for Redgate products
Ask, discuss, and solve questions about Redgate's tools
Meet us at an event, get sponsored, and join our Friends of Redgate
In-depth articles and opinion from Redgate's technical journal
Answers
Which version are you using? Do you receive any error when you try to import the script? Could you share a screenshot?
Tianjiao Li | Redgate Software
Have you visited our Help Center?
Error message: "import random" generates error: Unexpected token "from"
def main(config):
import random
numb = random.randint(1111111111111, 9999999999999)
return [str(numb)]