This may seem a very rudimentary question but I am not clear about it. In my code I have a query
"insert into CONTACTS (EMAIL, FIRSTNAME, LASTNAME, TELEPHONE) values (?, ?, ?, ?)"
What is the '?' in the values, is it to fetch the real time values?
This is coming from some prepared statement. Those question marks will be populated with values later on, before the query is executed.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With