Skip to content

Commit 15813dc

Browse files
add to readme (#110)
Co-authored-by: Kevin Logan <klogan@omnitech-inc.com>
1 parent 85ea05e commit 15813dc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,10 @@ select {
268268

269269
NOTE: You also need to use `selectAll` if you have a no `where` and no `orderBy` clauses because a query cannot consist of only `for` or `join` statements.
270270

271+
NOTE: The type does not have to have all columns from the table. You can create a record with only the columns you need.
272+
273+
NOTE: This same approach will enable you to query views.
274+
271275
Filtering with where statement:
272276

273277
```F#

0 commit comments

Comments
 (0)