Difference between revisions of "SQL"

From wiki
Jump to navigation Jump to search
(Created page with ";LPAD(<value>,<no>,<char>) :Left fill <value> with <char> until <no> length ;concat(<value1>,<value2>) :Concatenate 2 strings")
(No difference)

Revision as of 13:20, 31 January 2018

LPAD(<value>,<no>,<char>)
Left fill <value> with <char> until <no> length
concat(<value1>,<value2>)
Concatenate 2 strings