Advertisement

1 - 10 of 499 containing alltags:("SQL Statements") (0.002 seconds)
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 ...
Zones: MS SQL ServerDate Answered: 03/20/2000 Grade: A Views: 0
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 ...
Zones: MS SQL ServerDate Answered: 07/17/2002 Grade: A Views: 0
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 ...
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...
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...
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 ...
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...
Zones: MS SQL ServerDate Answered: 10/09/2004 Grade: A Views: 0
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...
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,...
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...
Zones: MS AccessDate Answered: 01/14/2005 Grade: B Views: 4