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.
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?
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
What backend DBMS are you using?
oracle 10G