Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2024 04:02 AM
Can anyone tell me the correct syntax for applying a column tag to a specific table
These are what I tried
ALTER TABLE accounts_and_customer.bronze.BB1123_loans ALTER/CHANGE COLUMN loan_number SET TAGS ('classification' = 'confidential')<p>I got this error<li-code lang="markup">Column 'loan_number' not found in table accounts_and_customer.bronze.loan_numberThis the error I got
Column 'loan_number' not found in table accounts_and_customer.bronze.loan_number