Skip to navigation
Creating a Foreign Table with tds_fdw
14.01.25
``` CREATE FOREIGN TABLE mssql_table ( id integer, data varchar) SERVER mssql_svr OPTIONS (table_name 'dbo.mytable', row_estimate_method 'showplan_all'); ```
https://github.com/tds-fdw/tds_fdw/blob/master/ForeignTableCreation.md
Reply
Anonymous
Information Epoch 1745247387
Small is beautiful.
Home
Notebook
Contact us