openGauss=# explain timing select * from numbers where a < 1;
ERROR: syntax error at or near "timing"
LINE 1: explain timing select * from numbers where a < 1;
openGauss=# explain timing select * from numbers where a < 1;
ERROR: syntax error at or near "timing"
LINE 1: explain timing select * from numbers where a < 1;
It looks like you're trying to show the query plan along with the timing?
Try this:
To show time for all queries: