ekuiper
ekuiper copied to clipboard
wildcard as one of multiple params
Currently, wildcard is only allowed once. It is possible to select both wildcard and other fields. Below is an example.
SELECT func(a, *) FROM demo