Insert into temporary table from select returns blank table

Insert into temporary table from select returns blank table Problem Description: I’m trying to fill two temporary tables with ids coming from outside as a single string that I split and save to a third temporary table: CREATE TABLE #TempProdotti (Id int NULL); CREATE TABLE #TempProdottiAggregati (Id int NULL); CREATE TABLE #TempCorsiSingoli (Id int NULL); … Read more

How to STRING_SPLIT where there are too many commagules?

How to STRING_SPLIT where there are too many commagules? Problem Description: I have a question about the STRING_SPLIT. I need to separate phrases inside a String, separated by comma. The problem is that some of these phrases have around them, more commas. This is an example: Archiviazione, 2. Conservazione in archivi**,** ad accesso selezionato, 3. … Read more

We use cookies in order to give you the best possible experience on our website. By continuing to use this site, you agree to our use of cookies.
Accept
Reject