Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
method QueryBuilder.prototype.innerJoin
import { QueryBuilder } from "https://deno.land/x/cotton@v0.7.5/src/querybuilder.ts";

SQL INNER JOIN

Parameters

table: string
a: string
b: string