0
For example, if I am going to do a database search of a table with the price of the products, I use in my condition Where: preco_product between 10 and 550 but and for me to do the same type of search in a column of type Character? Because when trying to do the search using the between it ends up returning an error. In the table below I would like to filter from the carlis_name column all records between for example 400 mAh and 1400 mAh.
You’d have to cut the part that’s string.
– rray
Show how you are doing the query and the table structure (it may be only the columns relevant to the query).
– Maniero
@Mustache I pick her up from another 2 or 3 tables. I really wanted to know how I can do to search using the between or if there is some other way to do this search or if for example to do some regular expression to select only the numbers in the column
– Gabriel Schmidt Cordeiro