Tag: SQL
-
SQL Trick: UNION Any SELECTs
DB performance optimization: combining two or more SELECT statements into one. This SQL trick avoids the UNION limitation of only joining the same column types
Roman's website about chip carving, whittling, and woodturning
DB performance optimization: combining two or more SELECT statements into one. This SQL trick avoids the UNION limitation of only joining the same column types