I want the line no. (Several) from a table 'BRP' and the column 'Plus_Zeit', which contain the value '0.0'. With the command
"SELECT Plus_Zeit, ROWID FROM BRP where Plus_Zeit = '0.0'"
I get the number of rows but not the row no. (ROWID).
How must the command look right?
"SELECT Plus_Zeit, ROWID FROM BRP where Plus_Zeit = '0.0'"
I get the number of rows but not the row no. (ROWID).
How must the command look right?