Hello,
I have 3 tables in a database, the first being a list of handsets, the second a list of tariffs and the third a list of the deals..
handsets tabletariff tableCode:handsetid|handsetname|handsetmakedeals tableCode:tariffid|tariffnameI am planning on using Join Left to join the tables together which I shouldnt have any problems doing..Code:dealsid|dealsinfo|tariffid|handsetid
My problem here is that I want to use GROUP BY on the first 2 characters of the tariffid field..
an example of the tarrifidWould this be at all possible?Code:o2xxx, o2yyy, o2zzz, tmxxx, tmyyyy



Reply With Quote

Bookmarks