Replies: 1 comment
-
why not just |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
sometimes we query data in Db using Select Exists , hope just getting result YES or No , but the result we get like
`[
{
))': 1
}
]
`
we need to pick "1" out ,a little hard and wierd. so this is not friendly for client code . hope that have some field like 'affectedrows':1 , or 'Exists': true/false. ...
Thanks
Beta Was this translation helpful? Give feedback.
All reactions