Posts
Sort by recent activity
Foreign keys from another database?
Is it possible to select foreign key values from tables in another database? Something to customize with a select? Because we have many datatables shifted into a main database.
Thanks for help,
Mic...
INSERT Auto-Completion layout feature
Perhaps you could consider a setting for layouting the insert statement.
I would write insert-statements like this:INSERT TableX
(
Column1,
Column2
)
VALUES
(
-- @Column1,
...