Warning:  pg_exec(): Query failed: ERROR:  OFFSET must not be negative in /usr/local/func/onsen/func/CDataBase.inc on line 114
Array
(
    [0] => 
		select 
			*,latlon[0] as lat,latlon[1] as lon 
		from 
			onsen_master 
		where 
			prefecture = '青森県' and active_flag = 't' 
		limit 10 
		offset -10
	
)