Summary
This SQL query will return a user’s Username, Batch ID, and Date created.
Code
SELECT u.user_id, u.batch_uid, u.dtcreated
FROM PUBLIC.USERS u
WHERE U.USER_ID='<<Insert Username Here>>'
This SQL query will return a user’s Username, Batch ID, and Date created.
SELECT u.user_id, u.batch_uid, u.dtcreated
FROM PUBLIC.USERS u
WHERE U.USER_ID='<<Insert Username Here>>'
How useful was this post?
Click on a star to rate it!
Average rating 0 / 5. Vote count: 0
No votes so far! Be the first to rate this post.
Eric is a Systems Analyst and Blackboard Administrator at The University of Texas at San Antonio, and a graduate from Boise State University. Learn more about me.
Advertisement
Advertisement
Copyright © Eric A. Silva 2011 - 2023. All Rights Reserved
Add comment