ulrich
2016-12-20 59f8b3f307819166729c3a4af1b4026720e9accf
web/WEB-INF/sql.properties
@@ -29,14 +29,6 @@
  <entry key="getUserList">
    select * from app.users
  </entry>
  <entry key="getFirstTrackpoint">
    select * from
    app.orte
    where or_zeit larger ?
    and or_zeit smaller ?
    and or_pers_id = ?
    fetch first row only
  </entry>
  <entry key="getDateList">
    select substr(or_zeit,1,8) as tag, count(*) as anz from app.orte as orte 
    where or_pers_id = ?