IBM Maximo: SQL Queries - tabela QUERY: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

12 April 2022

  • curprev 21:0221:02, 12 April 2022Ebasso talk contribs 414 bytes +414 Criou a página com "= SQL Queries= ==List saved queries from active users == select OWNER,COUNT(1) AS CNT from QUERY q, MAXUSER m where q.OWNER=m.USERID and m.STATUS='ACTIVE' group by OW..."