I am using big-query in my project and preparing one query based on some users input which are taken as parameter in query.
How we can do this in a best manner?
For java jdbc we have and so we use prepared-statement.
Is their some thing like prepared-statement for big-query.
or can you provide the best way to escape this user input for adding it in big-query's sql query.