Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What should be the sql request statement for a non-roll up dataset #240

Open
advanceofta opened this issue Dec 26, 2023 · 0 comments
Open

Comments

@advanceofta
Copy link

I have a time column and a value column, how do I create a dataset with a sql query?
The data table looks like this
+----------+--------+
| time | sales |
+----------+--------+
| 10:00:10 | 2.6304 |
| 10:00:20 | 2.4892 |
| 10:00:30 | 2.5548 |
| 10:00:40 | 2.5891 |
| 10:00:50 | 2.4312 |
| 10:01:00 | 2.6564 |
| 10:01:10 | 2.5427 |
| 10:01:20 | 2.4479 |

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant