All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sql.auth.secGroup.readItem.sql Maven / Gradle / Ivy

There is a newer version: 1.0.31
Show newest version
SELECT
	r.groupId,
	r.member,
	r.stamp,
	r.revNo,
	r.userId
FROM secGroup r
where r.groupId = :groupId
	and member = :member




© 2015 - 2025 Weber Informatics LLC | Privacy Policy