We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf7fc7b commit 916376bCopy full SHA for 916376b
README.md
@@ -788,6 +788,7 @@ The following operators are available for filtering using WHERE conditionals:
788
public function exists(Select $select);
789
public function notExists(Select $select);
790
public function addBitClause($column, $value);
791
+ public function asLiteral($literal);
792
```
793
794
<a name="block4.2"></a>
0 commit comments