SQL Utility Functions

Source: Internet
Author: User

CREATE FUNCTION [dbo]. [Varcharmax2table]    (      @value varchar (MAX),      @separator varchar (255)    ) RETURNS tableasreturn    SELECT  LTRIM (RTRIM ( B.value) value from    (SELECT    CONVERT (XML, ' <v> ' + REPLACE (@value, @separator,                                                     ' </v>< V> ') + ' </v> ') value            a            OUTER APPLY (SELECT    n.v.value ('. ', ' varchar (max) ') value                          from< C14/>a.value.nodes ('/V ') N (v)                        ) b    WHERE   LTRIM (RTRIM (b.value)) <> ' GO

Suppose to query the city, the argument is a string, such as ' Beijing, Shanghai, Guangzhou, Shenzhen '

Select *  from table1 where inch Select  from Mtnoh_aaa_platform.dbo. Varcharmax2table (' Beijing, Shanghai, Guangzhou, Shenzhen ', '))

SQL Utility Functions

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.