gpst: %Cmd: Remove it, unused
[gpstools.git] / postgres / statcurr.sql
blobea55ae8f81b54d7544ec724ea2e582a9d69f33c5
1 -- statcurr.sql
2 -- File ID: 100845fe-3325-11e0-b164-fefdb24f8e10
4 INSERT INTO stat (lastupdate, lastname) VALUES (
5     now(),
6     (SELECT max(date) FROM logg)
7 );