(no title)
__jem
|
2 years ago
you're getting downvoted because it's not really a preference, it's pretty widely known to be bad practice and unhygienic in production queries. select * would get your pr rejected and chewed out by dba at every place i've ever worked at. so you kinda just look like you don't know what you're talking about.
croes|2 years ago
In a query than returns result rows it could break the query as soon as you add columns with names that already exist in other tables you joined in the query.
__jem|2 years ago