mayamanako
Technical User
hi can u help me pls to write the sql statement. ive got a table:
id | field2 | field3
1 | 1 | 0
2 | 1 | 0
3 | 1 | 0
4 | 4 | 0
5 | 5 | 1
i would like to get a result as:
3 | 1 | 0
4 | 4 | 0
im using this in some kinda versioning feature. im stuck. dont know where to start the sql statement for this. im using asp. thnks for ur help.