We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,friend:
I encountered a problem when Using Go-pGSQL, which is as follows:
Execute the SQL statement as follows:
Select * from books where price BETWEEN money(10)and Money (100)
In the use of Golang, the following error occurs:
The function money(Unknown) is not unique and cannot select the best candidate function
Please see the picture below for more information
Looking forward to your reply
The text was updated successfully, but these errors were encountered:
I have submitted the question to the new website
Sorry, something went wrong.
No branches or pull requests
Hi,friend:
I encountered a problem when Using Go-pGSQL, which is as follows:
Execute the SQL statement as follows:
Select * from books where price BETWEEN money(10)and Money (100)
In the use of Golang, the following error occurs:
The function money(Unknown) is not unique and cannot select the best candidate function
Please see the picture below for more information
Looking forward to your reply
The text was updated successfully, but these errors were encountered: