help_outline FAQ chevron_right FAQ chevron_right Detail

What query is used to fetch location details when a user clicks on a map marker?

query used clicks details fetch location

The query used is: SELECT R_LOCATION_INFORMATION.Name, R_LOCATION_INFORMATION.State, R_LOCATION_INFORMATION.City, R_LOCATION_INFORMATION.Address, R_LOCATION_INFORMATION.Zip FROM dbo.R_LOCATION_INFORMATION WITH (NOLOCK).