Skip to content

Replace LTRIM(STR(x)) with FORMATMESSAGE() #12

@vertonghenb

Description

@vertonghenb

String Interpolation, more information can be found here

Example

SELECT FORMATMESSAGE('This is the %s and this is the %s.'
                                           ,'first variable'
                                           ,'second variable') AS Result;  

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions