'Syntax for GRANT statement in Teradata

Help me to find out the Syntax for GRANT statement in Teradata

I have tried this GRANT select on database_Name to user_name, but its not working



Solution 1:[1]

You can try below command with "WITH GRANT OPTION"
GRANT select on database_Name to user_name WITH GRANT OPTION;

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 navku