Viewing 3 posts - 1 through 3 (of 3 total)
this code
Select filmtype , zhmara FROM query2,query3;
Result
why repeat data
i cant Join, Left Outer Join, Right Outer Join because
my query dont have id or id_fkey
just have...
May 22, 2014 at 3:35 am
#1715608
David Burrows (5/20/2014)Multple postsrefer to http://www.sqlservercentral.com/Forums/Topic1572540-3412-1.aspx
David Burrows (5/20/2014)
refer to http://www.sqlservercentral.com/Forums/Topic1572540-3412-1.aspx
no different question
May 20, 2014 at 7:45 am
#1714936
thanks GilaMonster, its correct
select COUNT(*) as [type], [group]
from tblname
where group in ('a','b')
Group by [group]
but haw use
where group in ('%a%','%b%')
i can use it
May 20, 2014 at 5:11 am
#1714866