Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select Into variable...what is return value
Message
General information
Forum:
Oracle
Category:
PL/SQL
Title:
Select Into variable...what is return value
Miscellaneous
Thread ID:
00408972
Message ID:
00408972
Views:
56
I have a stored procedure that selects a value into a variable:
SELECT Password INTO TablePword
	FROM UserControl
	WHERE UserID = LoginID;
If there is no UserID equal to LoginID what will the variable TablePword be populated with? I believe in SQL Server it would be a NULL value but I'm not sure what to check for in Oracle.

TIA,
George
Everything we see or seems
Is but a dream within a dream
- Edgar Allen Poe
Next
Reply
Map
View

Click here to load this message in the networking platform