Table Structure : Create Table test_table ( Name Varchar (35), Age Integer );
Sql Update Statement : Update test_table set Name='Akshay' where rownum() = 5 - Does Not Work or Update test_table set Name='Akshay' where rownum = 5 - Does Not Work while Update test_table set Name='Akshay' where rownum() = 1 - Works Am I doing the right thing ? Is there an Alternate Statement ? thanks Akshay --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/h2-database?hl=en -~----------~----~----~----~------~----~------~--~---
