-
**Submitting author:** @ashton314 (Ashton Wiersdorf)
**Repository:** https://github.com/utahplt/juliacon2023-paper
**Branch with paper.md** (empty if default branch):
**Version:** v1.0.0
**Editor:** …
-
```
Coming from the SQL world, Maximum Real-Estate is desired when working with
queries, results, and history.
I would like to suggest the redesign of the UI. Could make it an option for
"Expert M…
-
knoppix@Microknoppix:/media/sdb1/l5$ cli/lightning-cli getpeers
{ "peers" :
[
{ "state" : "OPENINGD", "netaddr" :
[ "86.61.67.183:9735" ], "peerid" : "022c315d7588cf1714159915baae386dc874…
-
```
Various libraries (e.g. http://pandas.pydata.org/) support automatic schema
inference when loading a new dataset. This is very handy because in many cases
you can load up a csv file without spec…
-
```
It will be great if Google could put on the public dataset some useful tables
for general use such as:
Calendar
Countries ISO codes conversions
Historical currencies exchange rates
Geo-IPs
etc.
…
-
```
I am executing a query through the web interface and receiving a backend error.
The Query is:
SELECT * FROM (TABLE_DATE_RANGE(test_result_views.test_result_,
timestamp('2014-08-04'),current_tim…
-
```
I am executing a query through the web interface and receiving a backend error.
The Query is:
SELECT * FROM (TABLE_DATE_RANGE(test_result_views.test_result_,
timestamp('2014-08-04'),current_tim…
-
```
What steps will reproduce the problem?
1. Visit project test-altar-543
2. then on DatasetID:sandbox_views, try to drop those 7 existing views.
zip_PURCHASE still valid and returns rows
What is …
-
```
Currently join predicates must be qualified field names.
Expressions or constants are not allowed.
E.g. this query does not work:
SELECT *
FROM
(SELECT year,
COUNT(*) AS cnt
FROM publicdata:s…
-
```
Most other SQL type programs allow you to work on many different queries at the
same time. Most of the time it is useful if you are working out a smaller
query for use in the bigger query. Or …