use Mosche;
SELECT at_sp from tabelle, AVG(at_sp)
Ich denke, du willst
SELECT AVG(at_sp) from tabelle;
ausprobieren.
use Tschoe qw(Matti);
use Mosche;
SELECT at_sp from tabelle, AVG(at_sp)
Ich denke, du willst
SELECT AVG(at_sp) from tabelle;
ausprobieren.
use Tschoe qw(Matti);