Skip to Main Content

NoSQL Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to declare multiple variables in prepared statements?

4249035May 10 2020 — edited May 10 2020

I am basically trying to declare multiple variables to use in a SELECT query.

I tried following but no success:

DECLARE $username STRING; DECLARE $password STRING;

DECLARE $username, $password STRING;

DECLARE $username AND $password STRING;

DECLARE $username STRING DECLARE $password STRING;

This post has been answered by 4249035 on May 10 2020
Jump to Answer

Comments

My idea would be: debug it.

Your post had so little technical information so I can't be more specific, sorry.

[I know this isn't a Perl forum, but since isn't one on OTN, I'm OK with you asking it here]

1 - 1

Post Details

Added on May 10 2020
1 comment
4,933 views