範囲のmax値が持つ時刻を取る – PL/pgsql it 2008年4月20日 2008年4月20日Tips, プログラム desc, limit, max値, order by 0 時系列表であるyour_tableのカラムvalue1が持つmax値の最初の時刻を取る。 XHTML select into res.timestamp, res,value1 timestamp, value1 from your_table where starttime < = timestamp and timestamp <= endtime order by value1 desc, timestamp limit1 123456 select into res.timestamp, res,value1 timestamp, value1 from your_table where starttime < = timestamp and timestamp <= endtime order by value1 desc, timestamp limit1 Continue reading