-
```
TiDB root@127.0.0.1:test> create table t(a int);
Query OK, 0 rows affected
Time: 0.081s
TiDB root@127.0.0.1:test> create binding for select ifnull(t.a-1,-1) from t using select ifnull(t.a-1,-1…
-
When you use `.Contains()` in a `.Where()` then a key/value list is generated using `json_table()` and a `WHERE X IN` is used to search in it.
Take this table:
```
ID (int) | ArrayValues (JSON)
…
-
### Steps to reproduce the problem
![image](https://user-images.githubusercontent.com/17537000/206914473-7af949e5-8351-44d2-9eb6-d65b6f53e664.png)
### Expected behaviour
Faster queries
### Actual …
-
> I am using some prisma queries with include:
> `this.prismaService.countries.findMany({
> where: { country_id: 230 },
> include: { state_provinces: true },
> });`
>
> It took me a…
aqrln updated
51 minutes ago
-
create tow
-
Hello!
Whe got exception in complex query.
To reproduce I shortened the request.
This example complete success:
```cs
var result = (from ua in ctx.UserInApps
where ua.UserId ==…
-
**Describe the bug**
I was trying to use unitycatalog with pyspark on my local machine. I used this doc ( https://docs.unitycatalog.io/integrations/unity-catalog-spark/ ) for setting it up on my la…
-
There seems to be no sql file of the stockflow inventory management system project attached to the project repository if you could upload the sql database file aswell that would be great thank you. ad…
-
### TL;DR
I am using the TF module and would like to configure the settings.sql_server_audit_config option. The issue is that it is currently not available as a configurable variable. This can be e…
-
### Version
1.27.0
### What happened?
I wanted to use `sqlc compile` to check sql syntax errors, but I didn't get what I expected.
The following schema and queries were copied from sqlc documen…