Date term
11-Oct-99 1
11-Oct-99 5
11-Oct-99 9
11-Oct-99 10
11-Oct-99 15
08-Nov-99 1
08-Nov-99 5
08-Nov-99 9
08-Nov-99 10
08-Nov-99 15
15-Nov-99 1
15-Nov-99 5
15-Nov-99 9
...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_10313919.html
I have a table that has 2 columns:
a) Date (date)
b) Description (text)
I need a SQL statement that will group the table by date and merge all descriptions for the date to one line:
So, if ...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20133600.html
I have a table called data that has a date field, called DateOf, in. What i am trying to do is this.
I need a query to show me what records are 0 to 7 days old(1 week old), 8 to 14 days(2 weeks ...
http://www.experts-exchange.com/Database/Miscellaneous/Q_20744858.html
Zones:
DatabasesDate Answered: 09/22/2003 Grade: A Views: 0
Visual Basic 6 can't run this sql statement, it says it is missin (,[ or item in query ( error 3075):
SQL1 = "SELECT henkilotiedot.Sukunimi, henkilotiedot.Etunimet"
SQL2 = ",(select sum...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_DB/Q_20841035.html
Zones:
VB DBDate Answered: 03/01/2004 Grade: A Views: 0
INSERT into Table1
(points)
values (40)
where Level="H" AND Result="D";
this is kinda what i want to do.
points is a new empty integer column. i want to insert a value based on two other fie...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20901118.html
Zones:
MS AccessDate Answered: 03/01/2004 Grade: A Views: 0
Hi,
I have an SQL statement that is returning the following data:
ORDER; PART; QTY; ON-HAND; DATE
I want to add another column onto the end of my query called CUMULATIVE. I want this ...
http://www.experts-exchange.com/Database/Oracle/Q_21021078.html
Zones:
OracleDate Answered: 06/23/2004 Grade: A Views: 0
Hi Guys!
I have half a dozen tables with fewer than 50 columns each. They are vary sparcely populated. Most cells are either NULL, blank, white space, or zero equivalent ("0", "0.0", etc.). Give...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21153659.html
Does anyone know how to turn this into a correct sql statement. I'm trying to recreate a nested IF statement from Excel to a query. I prefer queries because it should simulate an excel spreadshee...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_21206603.html
Zones:
MS AccessDate Answered: 11/14/2004 Grade: A Views: 0
I have a form with a Tree View control, a check box and a subform, which displays as many as 16 categories and numbers for each. The Tree View control shows the organization structure using DeptID,...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_21273061.html
Zones:
MS AccessDate Answered: 01/13/2005 Grade: A Views: 4
QUERY
Existing
--------
strCompany = "SELECT DISTINCT tblWinterPrograms.[CustomerID], tblWinterPrograms.[CustomerCodeID], tblContacts.[CompanyName]
FROM tblWinterPrograms INNER JOIN tblContacts...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_21275478.html
Zones:
MS AccessDate Answered: 01/14/2005 Grade: B Views: 4