in reply to Re^2: select from mysql table based on two column match
in thread select from mysql table based on two column match

I want to get two separate inputs from the user via terminal. Then I want to query a mysql table and return the rows where one column matches the first input and another column matches the second input in the same row.

madtoperl's code does match that description.

  • Comment on Re^3: select from mysql table based on two column match