vb.net - SQL string format with quotes -


if u have text ( sql query ) , want put prefix on each line like

sq &= " , @ end of line "

something this.

select         name,age         users          id<>0 

i want

 sq &=" select "  sq &="       name,age "  sq &=" from"  sq &="        users "  sq &=" "  sq &="        id<>0" 

if possible keep formated if not cares.

i need because use vb.net , work queries.

i recommend nimbletext. add external tools vs , ssms.

a pattern of sql &=" $0 " gives results want. tools, options... turns trim off


Comments

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

Nuget pack csproj using nuspec -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -