Hi All,
A grasping at straws question regarding finding the index of a value in a SQL table. I have a thought that somewhere in my recent researches something that gives the row index.
Example code that doesn't work.
My question is:
Is there such a beast as "rowindex" or something like it? Yes/No.
If no, it must have been a dream. If yes please tell me the correct name/syntax.
Regards Roger
A grasping at straws question regarding finding the index of a value in a SQL table. I have a thought that somewhere in my recent researches something that gives the row index.
Example code that doesn't work.
B4X:
Private RowLine As Int
RowLine = SQL1.ExecQuery("SELECT rowindex FROM sites max(rowid) ")
Log("RowLine ="& RowLine)
My question is:
Is there such a beast as "rowindex" or something like it? Yes/No.
If no, it must have been a dream. If yes please tell me the correct name/syntax.
Regards Roger