sql优化(新手请教)select a.a,b.b,c.c from a,b,c where a.a = b.a and a.a = c.a请问这样的sql怎么优化,这样是不是产生笛卡尔积了,对sql不太了解[解决办法]语法没问题,你要实现什么功能?