A really easy one (probably) sorry but I was wondering if I had a table with 5 rows in it .. how can I select all the columns but only for a specific row?
FOR Example I need something like this.
select * from tablename where rownum = 10? Possible?
The number of rows will be returned to me by a 3rd party and my query just needs to return all the columns for one specific row depending on what information they give me. The columns in the table will always be the same.
So for example. On a particular day they might pass me only the number 3. That's all I get from them (which will be row number 3 in this table)
I then need to pass this 3 to my query to select the colums for row number 3 in table x.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.