TableInput

View Source

Summary

Accepts either a SQL table name or a table(...) object.

Signature

type TableInput = string | AnyTable;