How to pretty print with sqlite on the command line?
Oct 30, 2022
Without formatting:
SELECT * from employee;
Output:
With formatting:
sqlite>.mode columns
sqlite>.headers on
Output:
Neat!
Without formatting:
SELECT * from employee;
Output:
With formatting:
sqlite>.mode columns
sqlite>.headers on
Output:
Neat!
One Digest At a Time. I value your time! #datascience #AI #GenAI #LLMs #dataanalyst #datascientist #probability #statistics #ML #savetime #digest