转:最近发现的一个超级无敌SQL语句
Insert into t_myhome select * from t_allhuman where c_sex = 'female' and c_appearance = 'beautiful' and c_age between 18 and 20
Insert into t_myhome select * from t_allhuman where c_sex = 'female' and c_appearance = 'beautiful' and c_age between 18 and 20
