2012-02-18 41 views

回答

2

我會嘗試這樣的事:

SELECT 
    * 
FROM 
    tableName 
WHERE 
    length(columnName) = length(replace(columnName, ' ', '')) + 1; 
+0

非常聰明的解決方案,我給一個嘗試。 – 2012-02-18 15:01:28