Skip to Main Content

SQL & PL/SQL

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 pass variable in select statement

482810Mar 23 2006 — edited Mar 23 2006
Hi All,
Does anyone know how to pass in a variable in a select statement like this:

SELECT FirstName, LastName, variable
FROM myTable

variable will be defined to pass in javascript

Thanks!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 20 2006
Added on Mar 23 2006
5 comments
3,862 views