Tag archive
Commands grouped around the same concept, pattern, or recurring problem.
Delete every row in a table quickly with TRUNCATE TABLE, which is faster than DELETE with no WHERE clause.
Expand a comma-separated or delimited string into one row per element, turning a single cell into a proper set of rows.