Skip to content
Discussion options

You must be logged in to vote

We do not allow direct execution of SQL from our APIs. There are two possible solutions:

  1. You can create a function with the query specified and make RPC calls as such or
  2. You can also generate a view with the query specified, then make a SELECT from there

The latter would be the simpler solution. Hope this helps!

Replies: 6 comments 36 replies

Comment options

You must be logged in to vote
20 replies
@matart15
Comment options

@ox-harris
Comment options

@steve-chavez
Comment options

@andrastoth-ws
Comment options

@steve-chavez
Comment options

Answer selected by soedirgo
Comment options

You must be logged in to vote
5 replies
@Johnrobmiller
Comment options

@MessiDaGod
Comment options

@Johnrobmiller
Comment options

@elyobo
Comment options

@qubydev
Comment options

Comment options

You must be logged in to vote
5 replies
@abdirahmn1
Comment options

@revskill10
Comment options

@abdirahmn1
Comment options

@revskill10
Comment options

@abdirahmn1
Comment options

Comment options

You must be logged in to vote
3 replies
@abdirahmn1
Comment options

@andredifs
Comment options

@matart15
Comment options

Comment options

You must be logged in to vote
1 reply
@bahtiaryusuf10
Comment options

Comment options

You must be logged in to vote
2 replies
@hieuvo
Comment options

@just-abdou
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment