You need to use quotes around the fieldname:
select "User_ID", "Username", "Full Name", "E-mail" from SECURITY_USERS_VW where "Active" = 'Yes'
Modified on: Fri, 2 Aug, 2019 at 7:59 AM
You need to use quotes around the fieldname:
select "User_ID", "Username", "Full Name", "E-mail" from SECURITY_USERS_VW where "Active" = 'Yes'
Did you find it helpful? Yes No
Send feedback