hello all,
in a feature class i would select the rows where the esri subtypeField = 4 (integer)
i do this query but there is no result :
sql ="select * from TOP10_SIG.DBO.ABCBNIVL where TYPECBNV = 2"
TYPECBNV is the subtypeField and the value 2 is the integer value of the TYPECBNV.
Thank you.
in a feature class i would select the rows where the esri subtypeField = 4 (integer)
i do this query but there is no result :
sql ="select * from TOP10_SIG.DBO.ABCBNIVL where TYPECBNV = 2"
TYPECBNV is the subtypeField and the value 2 is the integer value of the TYPECBNV.
Thank you.