我的列定义如下:
https://<organization_link>/api/data/v8.2/cust_entity?$select=cust_fullname,statecode&$count=true&$filter=(contains(cust_fullname,%27testFirstName%27)%20or%20contains(cust_fullname,%27testLastName%27))%20and%20statecode%20eq%200
,我插入的值看起来像
0001-01-01 00:09:24-05:50:36
为什么没有插入日期?
抱歉,我忘了提供类型:
ALTER TABLE "SalesOrderHeader" ALTER COLUMN "CreatedDate" SET DEFAULT now();