Activity overview
Latest activity by klininger
Peter,
Practically every day I wish I could use SQLPrompt. I won't be able to sell the idea without this feature, though. Do you have an idea when this feature could possibly be implemented?
Thanks!
Kurt / comments
Peter,
Practically every day I wish I could use SQLPrompt. I won't be able to sell the idea without this feature, though. Do you have an idea when this feature could possibly be implemented?
Than...
Thanks Pete
You may be able to imagine (because of our environment mentioned above) that this feature was actually the one thing I was looking for in a "SQL Prompt"-like program.
Thanks for adding that.
Kurt / comments
Thanks Pete
You may be able to imagine (because of our environment mentioned above) that this feature was actually the one thing I was looking for in a "SQL Prompt"-like program.
Thanks for adding ...
Peter,
Thanks for the reply!
Actually, my first real need is to select just one table from a vey long list of tables. Many of the tables have the same very long (10 character) prefix. This means that currently, even with SQL Prompt, I will have to either type the whole prefix, or wade thru a long list.
Even for tables with no prefix, Many times I remember the end of the table name but not the beginning. This would be another case where searching for a partial name would help in finding one table for a simple SELECT.
Thanks again for helping.
Kurt / comments
Peter,
Thanks for the reply!
Actually, my first real need is to select just one table from a vey long list of tables. Many of the tables have the same very long (10 character) prefix. This means ...
I should add that I'm specifically asking about when one types
select * from {cursor here}
Would be nice to be able to type %something% and get all tables with "something" in the name / comments
I should add that I'm specifically asking about when one types
select * from {cursor here}
Would be nice to be able to type %something% and get all tables with "something" in the name
search using partial table names
Is there a way to search for a partial database name besides the default of "table name starts with"?
The databases we work with have between 400 and 1300 tables. Without getting into the need to ...