export data to text file in Apache phoenix

Source: https://stackoverflow.com/questions/33863041/how-to-export-data-to-text-file-in-apache-phoenix

After connecting to phoenix with sqlline.py:
  1. !outputformat csv
  2. !record data.csv
  3. select * from system.catalog limit 10;
  4. !record
  5. !quit

Không có nhận xét nào:

UseQuery React for Efficient Data Fetching

 https://daily.dev/blog/usequery-react-for-efficient-data-fetching If you're diving into React and looking to manage data fetching effic...