Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/cotton/mod.ts>QueryBuilder#rightJoin

SQL Database Toolkit for Deno
Latest
method QueryBuilder.prototype.rightJoin
import { QueryBuilder } from "https://deno.land/x/cotton@v0.7.5/mod.ts";

SQL RIGHT OUTER JOIN

Parameters

table: string
a: string
b: string