I query our database using the sql window alot, and I find myself writing many sql statements with the same tables, and I of course tend to use the same aliases for them. For example CUSTOMER_ACCOUNT_PRIVILEGE is always cap and ACCOUNT is always a.
I would find it handy if I could define local...