READ N TRY

Roman's website about chip carving, whittling, and woodturning

Tag: SQL

  • SQL Trick: UNION Any SELECTs

    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