Closed raptor235 closed 1 year ago
For wp db query can we add --porcelain option so that if we need to retrieve just the ID of the result we can do so without having to parse the string.
Can you give us an example of what you'd like to achieve?
If you query just a specific column and use --skip-column-names, would that solve your use case?
--skip-column-names
For wp db query can we add --porcelain option so that if we need to retrieve just the ID of the result we can do so without having to parse the string.