You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please confirm if bug report does NOT exists already ?
I confirm there is no existing issue for this
Describe the problem
SELECTb.TENANT_ID, a.CLASS_ID, a.INNER_CODEFROM v_c1am_busi_type a
LEFT JOIN (SELECTb.TENANT_ID, a.INNER_CODEFROM v_c1am_busi_type a
CROSS JOIN (SELECTa.TENANT_ID, b.CURRENCY_IDFROM C1AM_BANK_CLASS a, c1AM_BANK_LIST b
wherea.SERIAL_ID=b.ROW_IDand F_DATE_FORMAT(b.TRADE_DATE) BETWEEN
DATE_FORMAT('2023-06-06', '%Y-%m-%d') AND
DATE_FORMAT('2023-06-06', '%Y-%m-%d')
GROUP BYa.TENANT_ID, b.CURRENCY_ID) b) b
ONa.INNER_CODE=
LEFT(b.INNER_CODE, LENGTH(a.INNER_CODE))
GROUP BYb.TENANT_ID;
./mysqld Ver 5.7.36-StoneDB-v1.0.4 for Linux on x86_64 (build-)
build information as follow:
Repository address: https://github.com/stoneatom/stonedb.git:stonedb-5.7-dev
Branch name: stonedb-5.7-dev
Last commit ID: 98a2591
Last commit time: Date: Thu Jul 20 10:38:44 2023 +0800
Build time: Date: Thu Jul 20 02:57:45 UTC 2023
Are you interested in submitting a PR to solve the problem?
Yes, I will!
The text was updated successfully, but these errors were encountered:
Have you read the Contributing Guidelines on issues?
Please confirm if bug report does NOT exists already ?
Describe the problem
Expected behavior
How To Reproduce
No response
Environment
./mysqld Ver 5.7.36-StoneDB-v1.0.4 for Linux on x86_64 (build-)
build information as follow:
Repository address: https://github.com/stoneatom/stonedb.git:stonedb-5.7-dev
Branch name: stonedb-5.7-dev
Last commit ID: 98a2591
Last commit time: Date: Thu Jul 20 10:38:44 2023 +0800
Build time: Date: Thu Jul 20 02:57:45 UTC 2023
Are you interested in submitting a PR to solve the problem?
The text was updated successfully, but these errors were encountered: