If I have a DB called “foo” ...and... I want to run “select name from table_a where name
like ‘john%’” ...and... I want no table header “NAME” in the output ...and... I want to do this as a one-liner from the linux command line ...and... I don’t want to have to deal with intermediate files
or home-grown programs... Is this possible? |