Hi,
I would create an event layer in ArcMap selecting values from a table with a sql query.
In particular I would like to select the row with the maximum value of an attribute, so
I thinked a sql query as:
RealPosition.Easting = ( SELECT MAX ( RealPosition.Easting ) FROM RealPosition )
where RealPosition is the table and Easting is the attributo but the select tool but it says an invalid sql expression was used.