select place from records where id = 2 とした場合、最初の{"lat": 34.7325, "lng": 135.4986}と、最後の {"lat": 34.7344, "lng": 135.5035}だけを取り出すSQL文を書いて下さい。ただしplaceはjsonb形式です。

moove=# select place from records where id = 2; place ——————————————————– … 続きを読む select place from records where id = 2 とした場合、最初の{“lat”: 34.7325, “lng”: 135.4986}と、最後の {“lat”: 34.7344, “lng”: 135.5035}だけを取り出すSQL文を書いて下さい。ただしplaceはjsonb形式です。