Skip to main content

phpMyAdmin greater than search question

Comments

4 comments

  • rpvw
    = equals >= equals or is greater than > greater than I believe that these are only available to operate on numerical data in phpMyAdmin
    0
  • keat63
    MyAdmin doesn't appear to allow free input when using the search tab. I could use this using an SQL command but not by the search tab. (see attached) I found that I can use the operator 'BETWEEN' which in effect does the same thing, but not greater than. (or less than)
    0
  • rpvw
    That's because the field you are trying to search on is not a number 'Type' - try again in an int or tinyint and you will see the mathematical operands in the Operator dropdown
    0
  • cPanelLauren
    Hi @keat63 Can you confirm whether or not the advice provided by @rpvw helped resolve the issue? Thanks!
    0

Please sign in to leave a comment.