python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
80 Postgres databases in Azure Data Factory to copy into
I'm using Azure Data factory,
I'm using SQLServer as source and Postgres as target. Goal is to copy 30 tables from SQLServer, with transformation, to 30 tables in Postgres. Hard part is I have 80 data...
BobL
Votes: 0
Answers: 1
SQL - Finding any part of a long string inside a column in a SQL table
I have a long string variable (e.g. 123456WALMARTabcdefghi 67815622 \\). I have a table with two columns, AccountNum and Account Name.
Account Name contains 'Walmart' as one of the values. The Accou...
HurricaneCoffee
Votes: 0
Answers: 1
Is it possible to calculate the total sum within partition and cumulative sum between partitions?
I am interested in calculating a descending cumulative sum based on groups, however, I want the cumulative sum to be based on the grouping. In other words, I want the total sum within a group and cumu...
nwaldo
Votes: 0
Answers: 3
Convert JSON value in SQL table to multiple columns
One of my SQL table has two columns in the below format. Column "Parameters" in JSON Format
Value
Parameters
999-99-9999
{"A":null,"B":"dfsnl","C&q...
NIVEA
Votes: 0
Answers: 1