On 22 January 2013 11:41, Greg Thomas greg.d.thomas@gmail.com wrote:
Well, you could poke around in information_schema to work out the columns WHERE table_name = 'myTable' AND column_name <> 'uid' and build up the SQL programmatically if it's a genuine concern. I forget the name of the tables and columns, but from memory it's pretty self explanatory.
I did find some examples of this but decided to KISS and go with your first suggestion. Thanks!