Difference between. And: In SQLServer

Source: Internet
Author: User

The following is an SQL Server instance. The following SQL statements run in the 2008 environment:

DECLARE @ g geography;
SET @ g = geography: Parse ('linestring (-122.360 47.656,-122.343 47.656 )');

SELECT @ g;
SELECT @ g. ToString ();

Result set:

Bytes

LINESTRING (-122.36 47.656,-122.343 47.656)

Geography is a new type of geographic information supported by SQL Server 2008. It is beyond the scope of this article and is not described here.

Let's only look at the geography: Parse method and @ g. toString () method. We can see that the Parse method supports calling through the geography type, which is equivalent to Class in C. in the StaticMethod format, ToString () is called through the instance g.

If you need to reprint, please indicate the original column from CSDN TJVictor

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.