org.postgresql.util.PSQLException: ERROR: operator does not exist: text @ sub #528
Unanswered
sitanshubhunia
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@AlexanderSavelyev, could you please take a look on that? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am working on project that uses PostgreSQL cartridge. I am able to substructure search in query editor, but when try to run same query from java getting the error.
Query:
select * from bingo.TABLE where molecule_column @ (bingo.FileToText('D:/qrySDF.sdf'), '')::bingo.sub
Error:
org.postgresql.util.PSQLException: ERROR: operator does not exist: text @ sub
Hint: No operator matches the given name and argument type(s). You might need to add explicit type casts.
Please suggest me how to solve this problem still not find a way to overcome this problem.
Beta Was this translation helpful? Give feedback.
All reactions