Obviously this doesn't work because it sends
SELECT username FROM users WHERE user_id = (user_id = '00000000-0000-0000-0000-000000000000')
So then how do I access my user id?
parameters => {"user_id" => "user_id"}
parameters => {"user_id" => "%{[user_id]}"}
parameters => {"user_id" => "%{[user_id][0][user_id]}"}
parameters => {"user_id" => "%{[user_id][user_id]}"}
None of these work.
How am I supposed to do this
OR - how do I normalise the user_id field so that instead of looking like this
So then how do I access my user id?
parameters => {"user_id" => "user_id"}
parameters => {"user_id" => "%{[user_id]}"}
parameters => {"user_id" => "%{[user_id][0][user_id]}"}
parameters => {"user_id" => "%{[user_id][user_id]}"}
Probably with [user_id][post_id] or [user_id][user_id] depending on what exactly the field contains.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.