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

x/cotton/mod.ts>QueryBuilder#innerJoin

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

SQL INNER JOIN

Parameters

table: string
a: string
b: string