© 2026 Hedgehog Software, LLC
SELECT LEFT(content, 50) AS preview FROM your_table; SELECT SUBSTRING(content FROM 1 FOR 50) AS preview FROM your_table;