How to query particular version data in delta table

3741
1
02-13-2015 02:33 AM
srinivasreddy
New Contributor III

How to query delta (Addition) table for particular version data in SQL developer. I have find SDE_STATE_ID column is only the column related to that, but still i could not able to do it.

Thanks & regards

V.Srinivasa Reddy

Tags (3)
0 Kudos
1 Reply
VinceAngelo
Esri Esteemed Contributor

Instead of trying to reverse-engineer the versioned geodatabase implementation in SQL, I'd recommend you use a versioned view, and work within the solution instead.

- V