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:

Is it okay to use both fetchpriority="high" and loading="eager" in img tag?

 https://stackoverflow.com/questions/77744344/is-it-okay-to-use-both-fetchpriority-high-and-loading-eager-in-img-tag Yes Fetchpriority and l...