Home > Uncategorized > SQL Format of all columns

SQL Format of all columns

Get all the columns in a file
Use awk to print out the Format statements

awk ‘{print “COLUMN ” $1 ” FORMAT A20 WORD_WRAPPED”}’ sql_columns.txt

Categories: Uncategorized Tags: , , ,
  1. No comments yet.
  1. No trackbacks yet.

Leave a comment