Posts by Adriano Zorzi • 3 points
2 posts
-
0
votes2
answers710
viewsQ: Operator in postgres function returns SQL Error [42883]: ERROR: operator does not exist: integer = integer[]
I have the following error in a function postgres SQL Error [42883]: ERROR: operator does not exist: integer = integer[] I tried to convert the data to varchar and text but still I could not return…
-
0
votes1
answer112
viewsQ: Return result from a select inside a loop
I’ve been trying for a few hours to get the result of a select that is within a pgsql function. I don’t have much experience with sql. I researched a little but I was not very successful. Follow my…