repo.or.cz
/
gpstools.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
gpst: %Cmd: Remove it, unused
[gpstools.git]
/
postgres
/
statcurr.sql
blob
ea55ae8f81b54d7544ec724ea2e582a9d69f33c5
1
-- statcurr.sql
2
-- File ID: 100845fe-3325-11e0-b164-fefdb24f8e10
3
4
INSERT INTO stat (lastupdate, lastname) VALUES (
5
now(),
6
(SELECT max(date) FROM logg)
7
);