Hiii,
I have data like a sbelow.
emp_id name marks status
1 raga 23 null
1 raga 23 null
There is no primary key for the table.
Now i want the result like
1 raga 23 1----only for the first record
I have data like a sbelow.
emp_id name marks status
1 raga 23 null
1 raga 23 null
There is no primary key for the table.
Now i want the result like
1 raga 23 1----only for the first record
Comment