Hi iam using sqlite3 and have following table :
userId name rollNumber class section fingerIdx
---------- ---------- ---------- ---------- ---------- ------------------
1 ram 1 1 a Right Thumb Finger
2 ram 1 1 a Right Index Finger
我的表中有上述值。我的要求是获得具有 fingerIdx 和除 userId 之外的所有其他值的单个结果行,例如“ram, 1, 1, a, 'Right Thumb Finger, Right Index Finger”。如何得到这个?