My query is I get the error java.sql.SQLSyntaxErrorException: ORA-01797: this operator must be followed by ANY or ALL whenever i run it, What does it mean and how can I fix it ? Answer Your code is very messy and should be cleaned up. When asking the questions here you usually should create a MRE in which the concrete problem
Tag: runtime
sql golang invalid memory address or nil pointer dereference when do query
i am trying to insert data after the connection, when i command the logic of INSERT… i was able to connect to the database, but when i uncommand them , i got error here is my function : I have tried to do the same thing also like this article go sql and have the same issue do I wrong