marcominerva / DatabaseGPT

Query a database using natural language
https://databasegpt.azurewebsites.net/
MIT License
67 stars 15 forks source link

Excluded columns for a specific table in SQL Server #36

Closed marcominerva closed 11 months ago

marcominerva commented 1 year ago

Currently, excluded columns are global, i.e., an excluded column is excluded from all the tables that contain a column with that name. It would be useful the have the ability to exclude a column in a specific table. So, the following behavior must be implemented: