2014-03-01 77 views

回答

2
INSERT INTO TableName (id, Location, action) 
SELECT id, Location, 'remove' 
FROM TableName 
相關問題