Closed ccleve closed 1 month ago
Huh. Odd. Do you happen to have what it looked like before on-hand?
It looked like this right?
id | dept_code | full_text |
---|---|---|
42 | ARQ | John Hammond |
87 | EGA | Mary Kinson |
3 | BLA | Perry Johnson |
It looked like this right?
Right, it should have multiple columns if the returned tuple has multiple elements.
Never mind. I was calling select employees()
instead of select * from employees()
. Not the first time I have made that mistake. Sorry.
@ccleve take a break man!
This code from the documentation for TableIterator:
produces this output:
No nice neat columns any more. Both 12.4 and 12.5 have this problem. I'll check earlier versions if you need me to.