Sql functions: Revision history

From wikinotes

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.

19 September 2021

  • curprev 18:2518:25, 19 September 2021Will talk contribs 590 bytes +590 Created page with "= Text Functions = <blockquote> == CONCAT == <blockquote> CONCAT lets you combine columns into one <syntaxhighlight lang="MySQL"> SELECT CONCAT(first_name, " ", last_name) AS..."