Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End PHP MySQL Rotating Ads Re: PHP MySQL Rotating Ads

#83256
dhechler
Member

@TT_MARK straight from dev.mysql.com

A select list consisting only of a single unqualified * can be used as shorthand to select all columns from all tables:

SELECT * FROM t1 INNER JOIN t2 ...