Re: Comparing two "identical" tables
From: J O Holloway (respond.to.group_at_your.convenience)
Date: 06/17/04
- Next message: xing_at_community.nospam: "RE: BULKIMPORTSTREAM returned 0x8007045a"
- Previous message: Joe Celko: "Re: SQL Query Help, splitting a table into alternating rows"
- In reply to: Aaron [SQL Server MVP]: "Re: Comparing two "identical" tables"
- Next in thread: Scott McNair: "Re: Comparing two "identical" tables"
- Reply: Scott McNair: "Re: Comparing two "identical" tables"
- Reply: Aaron [SQL Server MVP]: "Re: Comparing two "identical" tables"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 17 Jun 2004 13:02:44 -0500
Yep, text, ntext, and image. Good point. I don't know what sort of fields
Scott's database has.
"Aaron [SQL Server MVP]" <ten.xoc@dnartreb.noraa> wrote in message
news:esvLGTJVEHA.808@tk2msftngp13.phx.gbl...
> > from (
> > select *
> > from authors
> > union
> > select *
> > from authors2
> > ) as x
>
> I thought that if a TEXT column is involved, you would get an error about
> using DISTINCT when you try to UNION as opposed to UNION ALL.
>
>
- Next message: xing_at_community.nospam: "RE: BULKIMPORTSTREAM returned 0x8007045a"
- Previous message: Joe Celko: "Re: SQL Query Help, splitting a table into alternating rows"
- In reply to: Aaron [SQL Server MVP]: "Re: Comparing two "identical" tables"
- Next in thread: Scott McNair: "Re: Comparing two "identical" tables"
- Reply: Scott McNair: "Re: Comparing two "identical" tables"
- Reply: Aaron [SQL Server MVP]: "Re: Comparing two "identical" tables"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|