Hacker News new | ask | show | jobs
by mulmen 1055 days ago
Huh. I have been doing this for like 15 years and never have a problem. Text editors like Sublime Text suggest names based on the content of the file. SQL Developer, SQLWorkbench, and DataGrip all seem to handle it just fine.
1 comments

It will suggest names that aren't in the table you are going to query unless it is psychic.
It is psychic in the sense that it makes educated guesses based on previous entries and the current database and schema. This is the same kind of educated guess it would make with a table name.