2010-10-05 37 views

回答

2
select * from 
( 
SELECT complex_expression() ce 
FROM t 
) 
where ce != ''; 
相關問題