Y
Hacker News
new
|
ask
|
show
|
jobs
by
alien3d
3537 days ago
SELECT staff_first_name FROM staff JOIN students USING(staffId)
I always put table_name_field. The most reason is for my auto generation code.