zkuste:
insert into aTable select max(a)^2, 'name' from aTable;
nebo
insert into aTable select max(a)^2, 'name' from aTable group by B;
Pokud se potřebujete připojit, můžete to udělat takto:
insert into aTable select max(a)^2, 'name' from aTable, bTable;
Moje "verze serveru" je "5.0.51b-community-nt MySQL Community Edition (GPL)"