Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 118 Bytes

sql.md

File metadata and controls

8 lines (7 loc) · 118 Bytes
layout title
base
SQL cheatsheet
UPDATE `table` SET `column` = REPLACE(`column`, 'from', 'to');