I have been running into an issue with in memory feature classes and using select by attribute. The tool runs but returns nothing. Does anyone know if this is a known bug or limitation of in memory feature classes? Seems odd that an in memory feature class cannot use SQL. Using 3.1.3 and had a colleague test it 3.2 with the same results.
t1 = in memory feature class
t1_Layer = feature layer made from t1
High_Layer = Feature layer made from the source file that t1 is made from.
Thanks