Hi,
here is my problem
(sorry if it is already mentioned,
I could't find it)
I have big table and I want to generate new table
but extracting only those rows which fulfill certain criteria
Example:
First table:
A 20
B 40
C 25
D 36
New table:
condition: rows with entry higher than 30
B 50
D 36
How can I do that?
Thank you for assitance!
Best regards
Zoran
here is my problem
(sorry if it is already mentioned,
I could't find it)
I have big table and I want to generate new table
but extracting only those rows which fulfill certain criteria
Example:
First table:
A 20
B 40
C 25
D 36
New table:
condition: rows with entry higher than 30
B 50
D 36
How can I do that?
Thank you for assitance!
Best regards
Zoran