Skip to Main Content

DevOps, CI/CD and Automation

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Fetch one column from one row by id

user4472042Feb 4 2016 — edited Feb 8 2016

Should a Procedure be made for a simple query??

query:

select name from posts where id = $id; ?

Whats faster in this small query. plain sql or procedure?

Any performance considerations?

Thanks Max

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Mar 7 2016
Added on Feb 4 2016
1 comment
908 views