To have autoselect work you must put a / on the line after the statement:
with function IC (a_ in varchar2) return varchar2 is
begin
return initcap(a_);
end;
select IC(username) from all_users
/
This currently works for me.
Hi and thanks for your replies. I will see forwards to this feature, as it would greatly improve our daily use of templates and the user experience with the developer within our corporation.
Hi.
Is there a method to set multiple template directories? Similar to the files sidebar it would be great to for example have a template folder for my personal templates, team templates and general templates. But when I add those folders to the files sidebar, I just can open the whole file but...
Hi all,
I just ran into an issue I hope you can help me with. I haven't found any answer using search here or via google.
I try to build a template to comfortably insert substitution variables, using substitution variables. :)
As part of that template I want to have something like this line...