If you create a table like:
-- Create table
create table TEST
(
"Id" NUMBER,
"Omschrijving" VARCHAR2(20)
)
and after that you use the assistent for filling in the columnnames (pulldown-list when you type t.), the following query is constructed:
select t.id from test t
After...
I nice feature would be if you can define a "Template-Path" (the same as a java classpath).
Eg: "P:\development\templates;Q:\project\abc\templates;C:\my documents\my templates"
What you can do is have default Templates on one place and extra templates (with specific project changes) in an other...