How would I subtract 7 days from the current date?
I can't seem to get the syntax correct?
Thank you,
Rachel...
more >>
Hi folks!,
I have this table:
int char
+-----+-------+
| X1 | X2 |
+=====+=======+
| 1 | "A" |
+-----+-------+
| 1 | "B" |
+-----+-------+
| 2 | "C" |
+-----+-------+
| 2 | "D" |
+-----+-------+
I need a query which give me this (using that table):
(add...
more >>
Can anyone help with how I write a script that takes a balance and then age
it by its transaction dates into 30, 60 90 days etc?...
more >>
Hello,
I still can't figure out why this problem occurs. I'm using Microsoft SQL
Server 2005 and running my query from Access. I'm trying to update a
divisionhistory table by deleting the old record and replacing it with the
new one. The program stopped when it saw the delete query and gave...
more >>