You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to take question mark(?) as operator in dealing jsonb in postgresql.(Question mark(?) can tell if the text string exist as a top-level key or array element within the JSON value.)
However, while running program, one error occurs which says that, goframe2.7.2 take the question mark(?) as placeholder in my query. And this is my query: select col ? 'k1' from table1. ("col" is tables1's field with type jsonb in postgresql)
My question is the title shown above. How to fix it??
The text was updated successfully, but these errors were encountered:
What do you want to ask?
I want to take question mark(?) as operator in dealing jsonb in postgresql.(Question mark(?) can tell if the text string exist as a top-level key or array element within the JSON value.)
However, while running program, one error occurs which says that, goframe2.7.2 take the question mark(?) as placeholder in my query. And this is my query: select col ? 'k1' from table1. ("col" is tables1's field with type jsonb in postgresql)
My question is the title shown above. How to fix it??
The text was updated successfully, but these errors were encountered: