Y
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
cyberax
746 days ago
For auto complete, for example.
link
pmoleri
746 days ago
Select Na..
vs
From Users Select Na...
link
OJFord
746 days ago
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.
link