SQL is table variable not table script, so it needs different message (<< Delete Table Variable("name of variable"))
![jthi_0-1690310869584.png jthi_0-1690310869584.png](https://community.jmp.com/t5/image/serverpage/image-id/55271iB6A4DC5094238B8A/image-size/medium?v=v2&px=400)
Names Default To Here(1);
dt = Open("$SAMPLE_DATA/Big Class.jmp");
dt << New Table Variable("Days", 42);
Wait(2);
dt << Delete Table Variable("Days");
-Jarmo