powered by
This function takes sql statement and returns all the bind variables in the sql statement.
get_all_bind_variables(sql)
statement
all bind variables in the sql statement
# NOT RUN { get_all_bind_variables("select * from users where userid = :bind_userid") # }
Run the code above in your browser using DataLab