User Profile

Collapse

Profile Sidebar

Collapse
mani85
mani85
Last Activity: Nov 21 '08, 11:06 AM
Joined: Jul 19 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • mani85
    started a topic Uncommon records from two table

    Uncommon records from two table

    HI,

    I have two tables.I want to retrieve the uncommon records from two tables.

    I m using the queries :

    select col1,col2 from table 1
    where rtrim(col1+'-'+col2) not in
    (select rtrim(col1+'-'+col2) from table 2)

    i have used this query also :

    select rtrim(col1+'-'+col2+'-'+col3+'-'+col4) from table 1
    except
    select rtrim(col1+'-'+col2+'-'+col3+'-'+col4)...
    See more | Go to post

  • mani85
    started a topic Mms using c#.net
    in .NET

    Mms using c#.net

    How can we send MMS using c#.net through mm4 protocol?
    See more | Go to post
No activity results to display
Show More
Working...