create table test_p (x point); CREATE TABLE insert into test_p values ('(1.5, 2.4)'); ERROR: Bad point external representation '(1.5, 2.4)'
確定! 回上一頁