当我执行sqlite database.db .tables
命令时,它返回以下格式的表列表:
table1 table2 table3
table4 table4 table6
我想将其切换为:
table1
table2
table3
我怎样才能改变它?
当我执行sqlite database.db .tables
命令时,它返回以下格式的表列表:
table1 table2 table3
table4 table4 table6
我想将其切换为:
table1
table2
table3
我怎样才能改变它?