登録GPSデータ一覧
SELECT distinct (to_char(gps_date,'YYYY-MM-DD')) AS date_ FROM gps.rtk_data_registichimill where del_flag='false' order by date_ERROR: relation "gps.rtk_data_registichimill" does not exist LINE 1: ...ct (to_char(gps_date,'YYYY-MM-DD')) AS date_ FROM gps.rtk_da... ^