Advertisement

1 - 10 of 499 containing alltags:("union") (0.001 seconds)
What's the use of Union queries?  They seem (from what I find in help) to not have any connection to arrange rows by similar values in the differnt sources, (such as tbl1.ID = tbl2.ID), and so on. ...
Zones: MS AccessDate Answered: 03/22/2000 Grade: A Views: 0
I am trying add a column to my view that has either the table name or a string containing the table name into my select statement. Here is what the view currently looks like: ==================...
Zones: MS SQL ServerDate Answered: 05/24/2002 Grade: A Views: 0
I have a table with three records per person.  This is an address table.  ADDRESS_1 is the field with the address in it, the PURPOSE field designates MAIN, STREET, HOME.  I can run a qry listing th...
Zones: MS AccessDate Answered: 06/03/2002 Grade: A Views: 4
It's going to be so simple I'll kick myself but after hours of trying I cannot get the syntax right to do what I want. I have two simple views which each contain JUST a user ID (UID) View1 co...
Zones: MS SQL ServerDate Answered: 07/19/2002 Grade: A Views: 0
If I have the following structure & union: struct DMA_LCD_BOT_F2_U_REG_FIELDS {     unsigned bot_f2_u:16,              nc:16; }; union DMA_LCD_BOT_F2_U_REG {     DMA_LCD_BOT_F2_U_REG_FI...
Zones: CDate Answered: 12/10/2003 Grade: A Views: 0
I am extremely new to SQL - I have a Databse called northwind (its a tutorial of sorts) - since I am very new to this, is there anywhere online or any suggestions as to how i can understand the Syn...
Zones: MS SQL ServerDate Answered: 02/24/2003 Grade: A Views: 0
Can anybody help me how to declare this dll function in VB, (specifically union part)? typedef struct   {     long Length;     short Type;     union     {       MMTPConxReq ConxReq;      ...
Zones: Visual BasicDate Answered: 10/29/2003 Grade: A Views: 4
I have the following and need to make it work. without the WLB1 just fine, but to have comprehensive data I need to add it in, in the manner I've tried to insert it here.  Please help! SELECT ...
Zones: SybaseDate Answered: 07/11/2004 Grade: A Views: 0
is there anyway to order the result of a query when I united two queries? for example select name, lastname from names where something < 10 UNION select name, lastname from names where somethi...
Zones: OracleDate Answered: 11/26/2003 Grade: A Views: 0
select * ... UNION select * ... This give me all record back. But I want to only get back the different, How can I do it ie from first select, I got 4 records back while from second se...
Zones: DatabasesDate Answered: 04/17/2004 Grade: A Views: 0