Viewing 15 posts - 1 through 15 (of 21 total)
Its just an example. I created the foreign key thru the interface.
December 19, 2005 at 8:48 pm
Ok. I know when you setup a database for backup one specifies for how long to retain the files before they are deleted. I need to find out for how...
October 1, 2005 at 8:44 pm
It will be in every aspect of administration. Any suggestion helps.
September 27, 2005 at 10:20 pm
You were right, forgot to remove it. Thank you so much for all your help.
July 26, 2005 at 10:29 pm
Thanks I was able to figure it out. One more question, I made more duplicate entries on purpose. When I run the select * from test it only returns 7...
July 26, 2005 at 10:19 pm
That's much better. I was able to order by Company. How can I also order by date and unit?
July 26, 2005 at 10:08 pm
I'm not very good at queries. I appreciate your patience.
When I run this:
SELECT DISTINCT COMPANY
FROM Test
It returns only one hit, shouldn't it be returning more than one.
July 26, 2005 at 9:59 pm
Thanks.
I gave it a try but, it quite does not return everything I need. I need for it to return all the rows with the same duplicate.
July 26, 2005 at 9:36 pm
Viewing 15 posts - 1 through 15 (of 21 total)