SELECT u.uname, lu.msg FROM usr u, log.logUser lu WHERE u.uid = lu.uid
如上面SQL的log库怎么去优化, 比如配置去读取 而不是SQL文件写固定