what is build and release , SQL query to fetch only even or odd rows , test plan
Anonymous
Select * from Table_Name where (primaryKey(If this is a number) % 2 = 0 (For even Rows) select * from Table_Name where (primaryKey(if this a number) % 2 != 0 ( For Odd Rows)
Check out your Company Bowl for anonymous work chats.