document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. --利用SELECT 新增到一個自訂的資料表
  2.  
  3. SELECT *
  4. INTO tab_new
  5. FROM tab_source
');