stonedb
stonedb copied to clipboard
StoneDB is an Open-Source MySQL HTAP and MySQL-Native DataBase for OLTP, Real-Time Analytics, a counterpart of MySQLHeatWave. (https://stonedb.io)
### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/stoneatom/stonedb/blob/stonedb-5.7-dev/CONTRIBUTING.md). ### Please confirm if bug report does NOT exists already ?...
### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/stoneatom/stonedb/blob/stonedb-5.7-dev/CONTRIBUTING.md). ### Please confirm if bug report does NOT exists already ?...
### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/stoneatom/stonedb/blob/stonedb-5.7-dev/CONTRIBUTING.md). ### Please confirm if bug report does NOT exists already ?...
## General Question Hi, I am an open source contributor in the SQLancer community, and I am creating this issue to ask a few questions. Our team is working on...
### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/stoneatom/stonedb/blob/stonedb-5.7-dev/CONTRIBUTING.md). ### Please confirm if bug report does NOT exists already ?...
### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/stoneatom/stonedb/blob/stonedb-5.7-dev/CONTRIBUTING.md). ### Please confirm if bug report does NOT exists already ?...
### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/stoneatom/stonedb/blob/stonedb-5.7-dev/CONTRIBUTING.md). ### Please confirm if bug report does NOT exists already ?...
### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/stoneatom/stonedb/blob/stonedb-5.7-dev/CONTRIBUTING.md). ### Please confirm if bug report does NOT exists already ?...
```sql ###sql_text select a.* FROM c_acct a LEFT JOIN (SELECT b.account_id, b.fiscal_date, b.balance FROM (SELECT account_id, max(fiscal_date) fiscal_date FROM c_day WHERE deleted_flag = '0' GROUP BY account_id) a JOIN c_day...
mysql> CREATE TABLE t1 (a CHAR(6)); Query OK, 0 rows affected (0.00 sec) mysql> CREATE TABLE t2 (a VARCHAR(8)); Query OK, 0 rows affected (0.01 sec) mysql> SELECT * FROM...