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

sql.auth.secUser.update.sql Maven / Gradle / Ivy

There is a newer version: 1.0.31
Show newest version
UPDATE secUser
SET
	active = :active,
	resetInProgress = :resetInProgress,
	lastQ = :lastQ,
	missedLogin = :missedLogin,
	pwd = :pwd,
	firmId = :firmId,
	displayName = :displayName,
	fullName = :fullName,
	email = :email,
	phone = :phone,
	firstName = :firstName,
	lastName = :lastName,
	lastLoginDate = :lastLoginDate,
	attributes = :attributes,
	revNo = :revNo +1,
	stamp = CURRENT_TIMESTAMP,
	userId = :userId
WHERE
	id = :id
AND revNo = :revNo




© 2015 - 2025 Weber Informatics LLC | Privacy Policy