On 7/28/2014 4:10 PM, Drago, William @ MWG - NARDAEAST wrote:
Can someone tell me what the purpose of line 2 is in the following example? It seems redundant to me since what is wanted from the Customers table is specified on line 1.
Line 1 - the SELECT clause - specifies what data you want returned. Line 2 - the FROM clause - specifies where you want to get that data from. -- Igor Tandetnik _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

