Eiolon Posted November 30, 2007 Share Posted November 30, 2007 I'd like to query all columns in my users table except the password column. Is there an easy way to do this without having to type out all of the fields and excluding the password column? Link to comment https://forums.phpfreaks.com/topic/79599-query-all-columns-except-one/ Share on other sites More sharing options...
fenway Posted November 30, 2007 Share Posted November 30, 2007 Nope... well, not with a db framework; if you knew all the column in advance, it would be trivial. Link to comment https://forums.phpfreaks.com/topic/79599-query-all-columns-except-one/#findComment-403174 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.