> We're not saying there no place for '*', merely that it shouldn't be used unless you actually want '*'.
And suppose there is very_large_blob_field you don't need right now. If you do a 'select *' it will be read from disk unnecessary even if you are not going to use it. That is reason enough to not use 'select *' but only name the fields you intend to use. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users