Skip to Main Content

SQL Developer

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!

Use, Declare and Set of variable in a SQL Developer Query

1973752Feb 12 2014 — edited Feb 12 2014

Can be declared using or set of variable in Query of ORACLE SQL DEVELOPER  or does this have to do with PL/SQL??????????


Also does this Example of SQL SERVER:

DECLARE @EmpIDVar INT

SET @EmpIDVar = 1234

SELECT *

FROM Employees

WHERE EmployeeID = @EmpIDVar

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 12 2014
Added on Feb 12 2014
1 comment
1,612 views