Revision history of "TNPM/SQL"

From neil.tappsville.com
Jump to navigationJump to search

Diff selection: Mark the radio boxes 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.

  • curprev 02:10, 8 September 2019Gonzo talk contribs 2,417 bytes +2,417 Created page with "===SQL that might be handy=== To find out the total Number of Elements in an on state: <pre> SELECT COUNT(*) "Total Elmt" FROM elmt_desc WHERE str_state = 'on'; </pre> T..."