Export a single row from a database as MySQL
11 July 2011
mysql
tip
programming
Nathan Rambeck has a great simple snippet of how to export a single row from a table however it didn't QUITE do what I needed it to. I needed to export a variable from {variable}
as I was working on an update script which pulled data from a variable and into a database schema. I got fed up of re-populating the variable data each time.