กระทู้เก่าบอร์ด อ.Yeadram
        
           1,486   3		  
          
					  
		    URL.หัวข้อ / 
		    URL
        
        copy data แต่ละ table มารวมกัน ในชื่อ table ใหม่      
    
      มี table ประมาณ 14 tabel ต้องการคัดลอกข้อมูล ทุก table มารวมกันไว้ใน table ใหม่ ใช้คำสั่ง sql อะไรบ้างครับ    
    
  
				3 Reply in this Topic. Dispaly 1  pages and you are on page number 1 
				
        
    1 @R04343    
        
  
      แต่ละ table มีข้อมูลเหมือนกัน    
    
  
        
    2 @R04344    
        
       
    
    
  
   
    
        
    3 @R04345    
        
    
      insert into table1(field1, field2, ... ) select field1, field2. ... from table2    
    
  
      Time: 0.5109s
    
      
		