Use a subselect to get the ID that should be deleted. CREATE TABLE table1 (`dt` varchar(19), `ID` varchar(5), `Location ID` int) ; INSERT ...
確定! 回上一頁