Update query syntax Posted on 2009-12-17 by mike Reply UPDATE Your_table_name_here SET Your_field_name_here = your_value_to_update_here WHERE your_logical_condition_here = this_value
Extract data from a ‘challenged’ tar.gz archive Posted on 2009-12-15 by mike Reply gunzip < yourfilenamehere.tar.gz > OutputFileName.tar.part