Fix query insertPromo
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
This commit is contained in:
@@ -721,9 +721,9 @@ public class ListiniVenditaServices {
|
|||||||
|
|
||||||
sql = Query.format(
|
sql = Query.format(
|
||||||
"WITH Listini AS (SELECT value_string AS listino\n" +
|
"WITH Listini AS (SELECT value_string AS listino\n" +
|
||||||
" FROM dbo.ParseStringIntoArray(@listini, '|')),\n" +
|
" FROM dbo.ParseStringIntoArray(%s, '|')),\n" +
|
||||||
" articoli AS (SELECT value_string AS articolo\n" +
|
" articoli AS (SELECT value_string AS articolo\n" +
|
||||||
" FROM dbo.ParseStringIntoArray(@articoli, '|'))\n" +
|
" FROM dbo.ParseStringIntoArray(%s, '|'))\n" +
|
||||||
"\n" +
|
"\n" +
|
||||||
"SELECT *\n" +
|
"SELECT *\n" +
|
||||||
"FROM Listini,\n" +
|
"FROM Listini,\n" +
|
||||||
|
|||||||
Reference in New Issue
Block a user