top | item 40580584

(no title)

a_aitch | 1 year ago

Could you elaborate? I'm curious why that makes a difference.

discuss

order

cyberax|1 year ago

For auto complete, for example.

pmoleri|1 year ago

Select Na..

vs

From Users Select Na...

OJFord|1 year 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.