AutoReplace

fukmichal

Member
Hello,
I add new definition to my AutoReplace file(Preferences/Ediotor/AutoReplace), that help me to avoid a typo...

t-tablename=t_tablename

But when i type t-tablename in sql windodow, nothing happens?
how should i define this statement?

Regards,
Michał

 
I'm afraid this is currently not possible. The parser does not see the minus sign as part of the word. It interprets this as t "minus" tablename instead.
 
Back
Top