SQL Exercises: Bruce Momjian February 2004
SQL Exercises: Bruce Momjian February 2004
Bruce Momjian
February 2004
40. COPY a table out, modify the data with a text editor, and reload into a different table
41. Convert a quoted, comma-separated value file into a format acceptable to COPY
42. Use ’|’ as a delimiter and COPY ’|’ into a text column
49. *Load all the /usr/bin files into the database as large objects
50. *Load all the /usr/bin files into the database in a bytea column
51. *Create a C function that loads into the database