I asked about field truncation as in other SQL standars you can use select right(message_min,10) from t1.
It will return the 10 right side characters of the field.
So with this I could truncate the field and create a temporary table to use join queries if possible.
I will try your suggestion...
Hello folks,
I have two tables, one field of the first one is contained on one field of second table. I would like to have a query to get a count of fields where field.t1 is contained on field.t2.
For example:
Table t1 has field = numero_min = 5255585090333
and Table t2 has field =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.