relational-record-examples-0.2.0.2: sql/3.7.sh
#! /bin/bash # The order by clause sqlite3 examples.db " SELECT open_emp_id, product_cd FROM account ORDER BY open_emp_id, product_cd ;"
#! /bin/bash # The order by clause sqlite3 examples.db " SELECT open_emp_id, product_cd FROM account ORDER BY open_emp_id, product_cd ;"