使用UTF-8字符集
不要查询不必要的数据:select from xxx
尽量不要用子查询
select from xxx where Id in (select Id from yyy where Name in(select Name from zzzz));
避免复杂的sql查询
使用UTF-8字符集
不要查询不必要的数据:select from xxx
尽量不要用子查询
select from xxx where Id in (select Id from yyy where Name in(select Name from zzzz));
避免复杂的sql查询