Concatenate strings in Database SQL

Source: Internet
Author: User

I'm proud of my hands-on practices, and I'm ashamed to watch and not practice.

Be proud to print logs, and be ashamed to make mistakes

Be proud of local variables and be ashamed of global variables

Proud of unit testing, shame on manual testing

ToCodeBe proud of reuse, and be ashamed of copying and pasting

Proud of multi-State applications, shame on Branch judgment

Alter procedure [DBO]. [A]
(
@ Tblname nvarchar (255), -- table name
@ Fldname varchar (255), -- primary key field name
@ Maxid varchar (50) Output -- maximum id value
)
As
Declare @ WWW nvarchar (255)

Set @ WWW = 'select' + @ maxid + '= max (' + @ fldname + ') from' + @ tblname
Exec (@ www)

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.