Consultation regarding the method of querying currently executing SQL statements in CnosDB

11 Views Asked by At

1、show queries;

enter image description here

2、SELECT * FROM information_schema.QUERIES; enter image description here

While checking for slow-performing SQL queries today, I came across these two query methods in the documentation and found them quite interesting. What is the difference between these two SQL statements in the document besides the difference in displayed fields?

0

There are 0 best solutions below