Count occurrences of a string: Revision history

Jump to navigation Jump to search

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.

25 August 2019

21 September 2016

  • curprev 18:3218:32, 21 September 2016Planetoid talk contribs 831 bytes +831 Created page with "Count occurrences of a string == MySQL == <pre> -- Count occurrences of a string: . SET @input = "www.google.com"; SET @separator = "."; SELECT (LENGTH(@input ) - LENGTH(REPL..."