Community
All Communities
Products
ArcGIS Pro
ArcGIS Survey123
ArcGIS Online
ArcGIS Enterprise
Data Management
ArcGIS Experience Builder
Geoprocessing
ArcGIS Web AppBuilder
ArcGIS Field Maps
ArcGIS Dashboards
ArcGIS StoryMaps
All Products Communities
Industries
Education
Water Resources
State & Local Government
Transportation
Gas and Pipeline
Water Utilities
Roads and Highways
Natural Resources
Telecommunications
Imagery and Remote Sensing Insights (IRIS) COP
Electric
All Industries Communities
Developers
Python
JavaScript Maps SDK
Native Maps SDKs
ArcGIS API for Python
ArcGIS Pro SDK
ArcObjects SDK
Developers - General
ArcGIS REST APIs and Services
ArcGIS Online Developers
Game Engine Maps SDKs
File Geodatabase API
All Developers Communities
Global
Comunidad Esri Colombia - Ecuador - Panamá
ArcGIS 開発者コミュニティ
Czech GIS
ArcNesia
Europe
Asia Pacific
Americas
Comunidad GEOTEC
Esri India
GeoDev Germany
ArcGIS Content - Esri Nederland
All Global Communities
All Communities
Developers
User Groups
Industries
Services
Community Resources
Global
Events
Learning
Networks
ArcGIS Topics
Products
View All Communities
ArcGIS Ideas
GIS Life
Community Resources
Community Help Documents
Community Blog
Community Feedback
Member Introductions
All Community Resources
Sign In
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Show
only
|
Search instead for
Did you mean:
Cancel
Home
:
All Communities
:
Products
:
Data Management
:
Data Management Questions
:
find FC belongs to which Dataset
Options
Subscribe to RSS Feed
Mark Topic as New
Mark Topic as Read
Float this Topic for Current User
Bookmark
Subscribe
Mute
Printer Friendly Page
Select to view content in your preferred language
Translate Now
find FC belongs to which Dataset
Subscribe
1485
2
05-17-2013 01:58 AM
by
HaniuHokkaido
Deactivated User
05-17-2013
01:58 AM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Dear experts,
How can I find a featureclass belongs to which dataset using SQL Query ?
I saw an example long time ago but i cant find it again now...
thanks
Tags
(3)
Tags:
_geodatabase
gdb
managing_data
Reply
0
Kudos
All Posts
Previous Topic
Next Topic
2 Replies
by
VinceAngelo
Esri Esteemed Contributor
05-17-2013
03:21 AM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Using what version of ArcGIS? The methodology changed at 10.0.
- V
Reply
0
Kudos
by
HaniuHokkaido
Deactivated User
05-17-2013
03:44 AM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
I am using version 10.1..
I just found this link
(for 10.1)
:
http://resources.arcgis.com/en/help/main/10.1/index.html#//006z000000tv000000
and this
(for 9.3)
:
http://forums.arcgis.com/threads/26666-join-GDB_FEATUREDATASET-and-SDE_layers
SELECT sde.GDB_OBJECTCLASSES.*, sde.GDB_FEATUREDATASET.Name AS FD_Name
FROM sde.GDB_OBJECTCLASSES LEFT OUTER JOIN
sde.GDB_FEATUREDATASET ON sde.GDB_OBJECTCLASSES.DatasetID = sde.GDB_FEATUREDATASET.ID
are they correct ?
Thanks
Reply
0
Kudos
Post Reply