You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1.is it possible to get the row with out field name?
+-----------+------------+
| City name | Population |
+-----------+------------+
| Brisbane | 1857594 |
| Darwin | 120900 |
| Hobart | 205556 |
| Sydney | 4336374 |
+-----------+------------+
if i select the 1 row it has to show only second row as output without field
names?
print Tablename.getstring(1)
o/p:
| Brisbane | 1857594 |
Original issue reported on code.google.com by [email protected] on 12 Dec 2013 at 9:24
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 12 Dec 2013 at 9:24The text was updated successfully, but these errors were encountered: