Parameter substitution in Dynamodb [on hold]
I am new to Dynamodb. I wanted to know how we can dynamically substitute where condition parameters?
Example: Scan * from table_name where name='ajith' and lastname='gupta';
In the real scenario, I will be getting diff values. I need to pass those here in this above query and get the output. Also, it's better to prevent data injection.
Example: Scan * from table_name where name=? and lastname=?;
database
put on hold as off-topic by Máté Juhász, Mokubai♦ 19 hours ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question is not about computer hardware or software, within the scope defined in the help center." – Mokubai
If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
I am new to Dynamodb. I wanted to know how we can dynamically substitute where condition parameters?
Example: Scan * from table_name where name='ajith' and lastname='gupta';
In the real scenario, I will be getting diff values. I need to pass those here in this above query and get the output. Also, it's better to prevent data injection.
Example: Scan * from table_name where name=? and lastname=?;
database
put on hold as off-topic by Máté Juhász, Mokubai♦ 19 hours ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question is not about computer hardware or software, within the scope defined in the help center." – Mokubai
If this question can be reworded to fit the rules in the help center, please edit the question.
Programming questions belong on Stack Overflow.
– Mokubai♦
19 hours ago
add a comment |
I am new to Dynamodb. I wanted to know how we can dynamically substitute where condition parameters?
Example: Scan * from table_name where name='ajith' and lastname='gupta';
In the real scenario, I will be getting diff values. I need to pass those here in this above query and get the output. Also, it's better to prevent data injection.
Example: Scan * from table_name where name=? and lastname=?;
database
I am new to Dynamodb. I wanted to know how we can dynamically substitute where condition parameters?
Example: Scan * from table_name where name='ajith' and lastname='gupta';
In the real scenario, I will be getting diff values. I need to pass those here in this above query and get the output. Also, it's better to prevent data injection.
Example: Scan * from table_name where name=? and lastname=?;
database
database
asked 19 hours ago
Varun
43
43
put on hold as off-topic by Máté Juhász, Mokubai♦ 19 hours ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question is not about computer hardware or software, within the scope defined in the help center." – Mokubai
If this question can be reworded to fit the rules in the help center, please edit the question.
put on hold as off-topic by Máté Juhász, Mokubai♦ 19 hours ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question is not about computer hardware or software, within the scope defined in the help center." – Mokubai
If this question can be reworded to fit the rules in the help center, please edit the question.
Programming questions belong on Stack Overflow.
– Mokubai♦
19 hours ago
add a comment |
Programming questions belong on Stack Overflow.
– Mokubai♦
19 hours ago
Programming questions belong on Stack Overflow.
– Mokubai♦
19 hours ago
Programming questions belong on Stack Overflow.
– Mokubai♦
19 hours ago
add a comment |
0
active
oldest
votes
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Programming questions belong on Stack Overflow.
– Mokubai♦
19 hours ago