Monica Pardal Posted September 15, 2025 Topic Count: 7 Topics Per Day: 0.00 Content Count: 31 Content Per Day: 0.01 Reputation: 9 Achievement Points: 198 Solved Content: 0 Days Won: 3 Status: Offline Report Posted September 15, 2025 Este é um script simples que mostra qual a data da atualização da última versão (release) e quais as versões que atualizou junto. Pode ser util. SELECT VERSAO AS 'ATUALIZADOS OS RELEASES', DATAINICIO AS 'QUANDO', AVISOS, ERROS, ERROSCRITICOS, VERSAOPATCH AS 'VERSÃO/PATCH USADO' FROM GUPGATUALIZACAO WHERE LEFT(VERSAOPATCH,LEN(VERSAOPATCH)-3)+'0' = (SELECT VERSAOBASE FROM GPARAMS) ORDER BY 2 DESC 1
Monica Pardal Posted September 15, 2025 Topic Count: 7 Topics Per Day: 0.00 Content Count: 31 Content Per Day: 0.01 Reputation: 9 Achievement Points: 198 Solved Content: 0 Days Won: 3 Status: Offline Author Report Posted September 15, 2025 2
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now