I am trying to word wrap a column where the question is in SQL. this can normally be done with SQLite dot command like
.mode --wrap 20 -ww
Can you tell me if this is supported, and if not are there other means to limit the width of a column with word wrapping?