dolt icon indicating copy to clipboard operation
dolt copied to clipboard

temporary tables cannot be altered

Open jycor opened this issue 8 months ago • 0 comments

tmp/main*> create temporary table tmp (i int);
tmp/main*> alter table tmp add column (j int);
table tmp cannot be altered

jycor avatar Apr 24 '25 19:04 jycor