formulahendry / vscode-mysql

MySQL management tool for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=formulahendry.vscode-mysql
MIT License
222 stars 60 forks source link

same sql query statement get result is different from other db tools #216

Open FrankHitman opened 1 month ago

FrankHitman commented 1 month ago

during my practice, the result of the same sql run in this extension tool is different from my colleague, which wasting too much time in debugging. finally I switched to another extension db tool, the result is same with my colleague.

result from this tool image

result from my colleague and other tool image