diff --git a/HESQL/Syntax.hs b/HESQL/Syntax.hs
--- a/HESQL/Syntax.hs
+++ b/HESQL/Syntax.hs
@@ -91,7 +91,7 @@
 showColumns _ = todo "showColumns"
 
 showFrom Nothing = ""
-showFrom (Just table) = "from " ++ table
+showFrom (Just table) = " from " ++ table
 
 showWhere Nothing = ""
 showWhere (Just sqlExp) = " where " ++ showSqlExp sqlExp
diff --git a/hesql.cabal b/hesql.cabal
--- a/hesql.cabal
+++ b/hesql.cabal
@@ -1,5 +1,5 @@
 Name: hesql
-Version: 0.3
+Version: 0.4
 Author: Christoph Bauer <ich@christoph-bauer.net>
 Maintainer: Christoph Bauer <ich@christoph-bauer.net>
 Cabal-Version: >= 1.2
