I am trying to run a report. The requestor has specifics on the way it
should be formatted on output. I'm going to try and explain what he's
looking for as well as give the example of output which was given me. The
"Central Host" is the system whose agcprefix = DAC. Each "Central Host"
r...
more >>
What does SQL 2005 do that makes Microsoft feel that we don't need English
Query anymore?
(PS: I'm already aware that if you upgrade an existing server it doesn't
delete English Query.)
--
John Shahan...
more >>
Hi.
I am trying to clean up some data and I need to seperate out some values, I
have a table that looks something like this.
EmploymentID Areas
101 |1.2|1.3|1.4|
716 ...
more >>
hi all,
i want a sql stmt for displaying the total records in a table having the
multiple copies of a particular field say email .
so i want to display those records having same email in more than one
entries.
*** Sent via Developersdex http://www.developersdex.com ***...
more >>
I have those Tables:
CREATE TABLE GameYellows(
id INT NOT NULL AUTO_INCREMENT,
AddedDate DATETIME NOT NULL,
Player_ID INT NOT NULL,
)
CREATE TABLE GameReds(
id INT NOT NULL AUTO_INCREMENT,
AddedDate DATETIME NOT NULL,
Player_ID INT NOT NULL,
)
CREATE TABLE GameSubsti...
more >>