How can I copy a feature from a feature class table to another? I can not see the feature when I use select insert statement.
oracle 10G
What backend DBMS are you using?
I have a feature class , its shape type is numeric(38). I would like to copy feature from one feature class to another using SQl
insert into FeatureA(a,shape) select (a,shape) from FeatureB;
But only shape field will null after use the SQL
You haven't given us much to go on. For starters, it would help to see your SQL or some representative SQL. Also, some basic information about the database, or is it a geodatabase?
https://community.esri.com/groups/geodatabase?sr=search&searchId=9fd68534-c9ea-475a-bd2f-64d052ab0b10&searchIndex=0, https://community.esri.com/community/gis/managing-data?sr=search&searchId=4c05d2fa-0e63-41ca-9c24-c166e8b5065b&searchIndex=0
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.