sql 语句赋值

  update [lishui].[dbo].[t_NearbyService] set  [location]= geography::Point(,, )
,[locationbaidu]=geography::Point(,, ) where [location] is null f_geolatlng.STDistance(geography::Point(@lat,@lng, ))
05-15 04:52