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
SELECT COUNT(1) FROM `order` WHERE (`order`.`order_status`!= 10,15) AND `delete_at` IS NULL
Error: Error 1241 (21000): Operand should contain 1 column(s)
5. What did you expect to see?
SELECTCOUNT(1) FROM`order`WHERE (`order`.`order_status` not in (10,15)) AND`delete_at` IS NULL
6. What did you see instead?
The text was updated successfully, but these errors were encountered:
gqcn
added
the
bug
It is confirmed a bug, but don't worry, we'll handle it.
label
Oct 9, 2023
1. What version of
Go
and system type/arch are you using?go version go1.20.3 darwin/amd64
2. What version of
GoFrame
are you using?GoFrame CLI Tool v2.5.1, https://goframe.org
GoFrame Version: v2.5.2 in current go.mod
CLI Installed At: /usr/local/bin/gf
CLI Built Detail:
Go Version: go1.20.4
GF Version: v2.5.1
Git Commit: 2023-07-26 21:27:58 e0e0043
Build Time: 2023-07-26 21:32:56
3. Can this issue be re-produced with the latest release?
Yes
4. What did you do?
In alias table name case, When I use The function
Source:
Stack
5. What did you expect to see?
6. What did you see instead?
The text was updated successfully, but these errors were encountered: