Modify Table type object
i have helper function that can create SQL from cross database.
then i want to field
table
can return with type Table
from drizzle but with table name modified.1 Reply
i just thinking maybe if i modify the
table name = db_name.table_name
then drizzle can automatically parsing the value as table name from cross database. also recognize it as Table then will automatically add Select
query in my innerjoin sql query.
i found it