Forum: MS SQL Oct 15th, 2008 |
| Replies: 3 Views: 986 Thanks for your help.
I've actually used the solution given to me in another forum and it seems to work:
SELECT TicketID,
Date,
Category,
Status
FROM (
SELECT TicketID, |
Forum: MS SQL Oct 13th, 2008 |
| Replies: 3 Views: 986 Hi,
I'm having trouble building the correct syntax select statement for a system to handle support tickets.
The table "tickets" has the following columns:
id (int)
inserted... |