sql多项同时插入

NSERT INTO test  (字段)

   SELECT 值1

  UNION

   SELECT 值2

原文地址:https://www.cnblogs.com/meieiem/p/2218924.html