I have a question about creating a new table from existent one. A new table should be created according to matching of input value and values in existent table.
A out of operation example what I want to do you can see below. Can you please help to solve this issue.
I have a question about creating a new table from existent one. A new table should be created according to matching of input value and values in existent table.
A out of operation example what I want to do you can see below. Can you please help to solve this issue.
Here are two solutions sergio [albumimg]367[/albumimg]
Thank you the second solution is work properly. The first solution show all rows of table, but I need just rows where input value matches with values of first column of table. Is there possibility to improve first solution?