Hi everybody,
I hope someone will be able to help me out, i'm quite new to databases.
I've got 3 tables, check the image below.
I've created a view, now I want to have another one that will use the current view to show all canisters that have been through more than one terminal. I know i need to have a COUNT somewhere but I'm not really sure how to go about doing it.
This new view should contain the TT number, Dallas number and DateTime of the last time they went through a terminal and which terminal it was.
Your help will be greatly appreciated!
I hope someone will be able to help me out, i'm quite new to databases.
I've got 3 tables, check the image below.
I've created a view, now I want to have another one that will use the current view to show all canisters that have been through more than one terminal. I know i need to have a COUNT somewhere but I'm not really sure how to go about doing it.
This new view should contain the TT number, Dallas number and DateTime of the last time they went through a terminal and which terminal it was.
Your help will be greatly appreciated!
Comment