... (ad_username IN varchar2)
RETURN number
IS
student_no number;
cursor c1 is
select student_reference
from student_accounts_table
where student_ad_account = trim(lower(ad_username));
BEGIN
...
What?
I have a mySQL database table of room assets that has a field containing the ID numbers of images relevant to this room.
The Problem?
When I select specifying the statement "WHERE IN (c.RoomImages)", ...
...
(LENGTH(TRIM(TRANSLATE(:ParameterToCheck, 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789', ' ')))) AS NotAlphaNumeric
FROM
...
-- Transact-SQL
-- 0 if is alphanumeric, 1 or ...
... values" to
=IIF(LTrim(Parameters!StudentADAccount.Value)="", Parameters!StudentReference.Value, First(Fields!S_STUDENTREFERENCE.Value, "StudentDetails"))
should work:
Apparently not because ...
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies. Read more about our Privacy Policy.