Hi Guys,
Thanks for the help. Until earlierly mentioned, GROUP BY was missing from my SQL vocabulary. I was looking for a way to do the same thing as what 'group by' does, which is the summarising of records. The alternative was to use sub queries in a complex query, but thanks 2 u guys, there...
Hi Guys,
Lets say I have two fields in a Database (DB1):
-------------------
Field1(txt) | Field2(txt)
a | x
b | x
c | y
d | y
e | Z
I need to SELECT * FROM DB1
(where 1x(field2 = field2))
The above into words, would mean, i'd...
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.