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>>'
Eric is a Systems Analyst at The University of Texas at San Antonio and a graduate from Boise State University. Learn more about me.
Copyright © Eric A. Silva 2011 - 2021. All Rights Reserved
Add comment