Piotr Pokora ha scritto:
You'll get (0::1).I understand this :) My point is that, it should be consistent to provide 1:2 if there's
Nope.
Headers are *not* rows! Or you could think them as being a "special" row that's returned by the backend before the actual contents. Think about a csv file. Usually, the first row in the file are the column headers. They're not counted as part of the actual data (the rows). It's just "infrastructure".returned at least one value. It's a bit confusing for me :)
Hope this makes it clear. BYtE, Diego.