Which of these is better to use in regard to performance? ...in regard to readability / understandability? ...in regard to accepted standards?
SELECT * FROM Wher
All major engines (MySQL, PostgreSQL, Oracle and SQL Server) will optimize it to exactly same plans.
MySQL
PostgreSQL
Oracle
SQL Server