-
We're getting `QueryExecutionError:\njava.lang.ArrayIndexOutOfBoundsException` while executing below query:
```sql
SELECT name as key_col, COUNT(*) as val_col
FROM orders
WHERE created_at_seconds …
-
Hello,
I have following query:
```ruby
def identifier_register
fr_cost_notes.select_group(:identifier).
select_append {
`array_agg(distinct "month") "months"`
}.
where(company_id…
-
We've standardized on a JSONL output format for Babel outputs (including compendia and conflation files for NodeNorm, synonym files for NameRes, and KGX and SSSOM for other outputs). We also have a pa…
-
It looks like inserting a row which has a string with a backslash at the end causes Spring's splitting of SQL files into statements to behave erratically.
**Minimal example.**
Setup : Spring Boo…
-
Tras emitir diversos certificados con normalidad, me he encontrado con este comportamiento:
![image](https://github.com/user-attachments/assets/abe30d2f-9425-4367-b262-cf4e884ad9e9)
- Como adminis…
-
I am trying to connect metabase to a Unity Catalog enabled workspace via a SQL Warehouse. I can connect to Databricks okay, and use JDBC params to select the correct catalog/schema. The sync process r…
-
### Discussed in https://github.com/he3-app/he3-feedback/discussions/217
Originally posted by **Nomango** June 9, 2023
### Version
sql-to-mongodb-query 1.0.10
### Environment
Mac web
…
-
Hello there,
Here are some examples:
The following all work:
SELECT * ORDER BY a.title DESC
SELECT * ORDER BY a.title, a.attribute
SELECT * ORDER BY a.title, a.attribute DESC
These result …
-
I want to define a JDBC source connector (v5.2.2) in timestamp mode from a query that joins two tables on Oracle. Both tables have a column named LAST_UPD. I want to use this column from the table wit…
-
SQuirreL **4.7.1** with **ojdbc11** on **Ubuntu 22.04** connected to **Oracle 19c** gives a ORA-0090x error stack (pls see below) for ...
```
with FUNCTION leftAlign(val VarChar2) return VarChar2 i…