Hacker News new | ask | show | jobs
by a_aitch 746 days ago
Could you elaborate? I'm curious why that makes a difference.
2 comments

For auto complete, for example.
Select Na..

vs

From Users Select Na...

You could qualify the names up front?

  select users.Na.. from ..
If your tooling doesn't work in the way you want with that I don't think there's reason to think it would if it were possible to write

  from users select Na..
either.