Unable to resolve column Follow
Answered
Please sign in to leave a comment.
DataGrip cannot resolve column name from temp table if this column name declared in `AS` clause:
```
```
In the following case warning disappeared
```
CREATE TEMP TABLE sourceSystem("Integration", "SourceSystem") AS
```
I created an issue https://youtrack.jetbrains.com/issue/DBE-9907 based on your description