diff --git a/jOOQ-website/src/main/resources/manual-3.0.xml b/jOOQ-website/src/main/resources/manual-3.0.xml
index 373da0a0d3..3cb46cf7f6 100644
--- a/jOOQ-website/src/main/resources/manual-3.0.xml
+++ b/jOOQ-website/src/main/resources/manual-3.0.xml
@@ -1664,6 +1664,21 @@ Select> select2 = create.selectOne();]]>
+ jOOQ does not explicitly support the asterisk operator in projections. However, you can omit the projection as in these examples: +
+ +
Since jOOQ 3.0, SELECT (and SELECT DISTINCT) API in both Factory and Executor. An extract from Factory: