Skip to main content
Latest
type alias TMysqlJiaMethod
import { type TMysqlJiaMethod } from "https://deno.land/x/access_db@0.1.0/mod.ts";
definition:
| "uniqueTable"
| "tableOf"
| "inner"
| "left"
| "right"
| "full"
| "count"
| "sum"
| "max"
| "min"
| "avg"
| "ucase"
| "lcase"
| "mid"
| "len"
| "round"
| "now"
| "format"