by chandruvj (Posted Wed Sep 25, 2019 12:27 pm)
How can we label the field name in LDAP-SQL query.
For example
select $sAMAccountName from ROOTDSE is working fine but I want the resultant column name to be "LOGIN ID" instead of $sAMAccountName. How do I do this?
I tried select $sAMAccountName as "LGIN ID" from ROOTDSE but it is not working.
How can we label the field name in LDAP-SQL query.
For example
select $sAMAccountName from ROOTDSE is working fine but I want the resultant column name to be "LOGIN ID" instead of $sAMAccountName. How do I do this?
I tried select $sAMAccountName as "LGIN ID" from ROOTDSE but it is not working.