temporary tables cannot be altered
Open
correctness
enhancement
sql
- Dominant language
- Go
- Stars
- 24.4k
- Forks
- 873
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 108
Description
```sql
tmp/main*> create temporary table tmp (i int);
tmp/main*> alter table tmp add column (j int);
table tmp cannot be altered
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.