Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
1 answer
48 views

Sharing a common DolphinDB use case and solution for data processing. I'm working with stock trading data and facing a common but tricky issue. My dataset only contains records for days when actual ...
saki's user avatar
  • 319
0 votes
1 answer
26 views

I have a Task with a @ManyToMany referenced roles, which specify roles a user must have at least one of, to perform the task. The HQL search should therefore find all tasks that have at least one of ...
2 votes
4 answers
340 views

(I will post my own answer, but I want to pose the question for the sake of others in a similar situation; and to encourage alternative answers.) Sometimes I have two tables and I need to cross join ...
1 vote
2 answers
107 views

I have been given the task of importing data from a 3rd party. Not knowing what the data would look like, I imported it into a JSON field in a PostgreSQL table. Now to make things easier, I want to ...
2 votes
4 answers
891 views

I need to get the cartesian product of two "sets" via Excel 365 Formulas (not VBA, not Power Query). For instance, my two sets are the two left tables, and the expected cartesian product is ...
3 votes
2 answers
149 views

I'm joining two identical columns and am only interested in combinations (not permutations). Currently, I can perform a full cross-join and, subsequently, filter out the unwanted rows. import polars ...
2 votes
1 answer
82 views

dfj3 = spark.createDataFrame( ['a','b','b'],StringType() ) dfj4 = spark.createDataFrame( ['c','d','e'],StringType() ) dfj3.join(dfj4).count() // #crossjoin, count = 9 dfj3.join(dfj4,dfj3....
-1 votes
1 answer
66 views

I am a beginner and I have this problem. I have two tables: date table a data table I want to join all the rows from the first table with all the rows of the 2nd table ie cross join. After writing ...
Marko's user avatar
  • 1
0 votes
1 answer
101 views

I have a table with some of the combinations of two ids. I need to create a unique id for each other combination. Since some combinations already exist, I can't just use an identifier column. The ...
1 vote
1 answer
125 views

Let's assume that I have a table containing four columns ID_list array(int) name_list array(string) profile_scores map(int, array(map(int, float))) ...
1 vote
0 answers
58 views

I have inventory information for various warehouses for various items. The first available date of each each item varies by warehouse. I'd like to compute average seven-day inventories for each ...
Misha's user avatar
  • 169
-2 votes
1 answer
409 views

I want to write a query to get the customer name and product name order by first name. I have two tables in my MySQL database, let's call them customer details table and product detail table. Each ...
1 vote
1 answer
232 views

I have a dataset which looks like below: ITEM CITY START_Y START_W FIRST_USE_Y FIRST_USE_W VALUE A NEW YORK 2023 30 2023 32 15000 A ...
EMT's user avatar
  • 500
-1 votes
3 answers
323 views

I have about a thousand products in a table. In another table, I have 33 price contracts. I need an instance of each product for every contract. For example, if I had the 4 following products: product ...
0 votes
1 answer
61 views

I was stepping through a common SQL exercise and ran into an annoyance. Question is whether you have a better solve than mine below. The initial problem was "find all the coordinate sets on a ...
user avatar

15 30 50 per page
1
2 3 4 5
...
37

AltStyle によって変換されたページ (->オリジナル) /