Originally posted by Spacecadet
View Post
- Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
- Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!
Reply to: Urgent Oracle SQL Question (INNER JOIN)
Collapse
You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:
- You are not logged in. If you are already registered, fill in the form below to log in, or follow the "Sign Up" link to register a new account.
- You may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
- If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
Logging in...
Previously on "Urgent Oracle SQL Question (INNER JOIN)"
Collapse
-
Once I started writing more complex queries, I began to understand the benefits of not writing more complex queries.
-
I remember that post. Didn't know they got the gig eventually. Good that common sense provailed.Originally posted by TheFaQQer View PostWho was it that didn't get the gig because they didn't use the ANSI standard in one of the technical tests?
Someone on here did it (but eventually got the gig anyway).
Leave a comment:
-
Who was it that didn't get the gig because they didn't use the ANSI standard in one of the technical tests?
Someone on here did it (but eventually got the gig anyway).
Leave a comment:
-
I did have a tool for connecting to any of the major database products.Originally posted by Bumfluff View PostI miss Oracle as well, current client is Sybase hadnt used it for years always had been Oracle, all I can is Sybase is such a pile of sh8t compared to Oracle. One of the DBs I connect to is Sybase Adaptive Server IQ and I cant find any sql tool, apps like Toad etc that will run correctly with it, I have to use some sh*tty IQ sql interface.
Sybase poo, Oracle great
I'll see if i can find it!
edit:
Got it: http://www.synametrics.com/SynametricsWebApp/WinSQL.jspLast edited by Spacecadet; 14 February 2008, 13:56.
Leave a comment:
-
I miss Oracle as well, current client is Sybase hadnt used it for years always had been Oracle, all I can is Sybase is such a pile of sh8t compared to Oracle. One of the DBs I connect to is Sybase Adaptive Server IQ and I cant find any sql tool, apps like Toad etc that will run correctly with it, I have to use some sh*tty IQ sql interface.Originally posted by BrilloPad View PostWe use sybase
- I miss oracle so much.
The thing I have trouble with on outer joins is which side to add the "*" - I always get it wrong first time!
Sybase poo, Oracle great
Leave a comment:
-
We use sybaseOriginally posted by TheFaQQer View PostI'll bear that in mind for when Oracle migrate the eBusiness Suite away from the Oracle database
After all, there is no other database but Oracle.
- I miss oracle so much.
The thing I have trouble with on outer joins is which side to add the "*" - I always get it wrong first time!
Leave a comment:
-
Originally posted by TheFaQQer View PostAfter all, there is no other database but Oracle.
Leave a comment:
-
the (+) notation is still messy
A well formatted select statement using the "inner join" "left out join" notation is much easier to read and to achieve consistant results with.
Code:table_a a inner join table_b b on a.col1 = b.col1 and a.col2 = b.col2 inner join table_c c on a.col1 = c.col1 and a.col2 = c.col2 left outer join table_d d on d.col1 = a.col3 left outer join table_e e on b.col3 = e.col1Last edited by Spacecadet; 14 February 2008, 12:27.
Leave a comment:
-
I'll bear that in mind for when Oracle migrate the eBusiness Suite away from the Oracle databaseOriginally posted by MrRobin View PostYeah in Oracle you can use this, but if you get into this habbit and then have to start using other databases, this syntax doesn't work.
After all, there is no other database but Oracle.
Leave a comment:
-
What he said.Originally posted by Spacecadet View PostI used to use "=" then switched
Once you start writing more complex queries you'll understand the benefits
And if you're using a inner join and then want to switch to an outer join, you only have to change a couple of words.
Leave a comment:
-
The only benefit I can see is that it helps separate the join condition from the data selection conditions.Originally posted by Spacecadet View PostI used to use "=" then switched
Once you start writing more complex queries you'll understand the benefits
I have enough trouble with
SELECT *
FROM emp
WHERE ename = 'KING'
to be honest - I'll leave such complex queries to others
Leave a comment:
- Home
- News & Features
- First Timers
- IR35 / S660 / BN66
- Employee Benefit Trusts
- Agency Workers Regulations
- MSC Legislation
- Limited Companies
- Dividends
- Umbrella Company
- VAT / Flat Rate VAT
- Job News & Guides
- Money News & Guides
- Guide to Contracts
- Successful Contracting
- Contracting Overseas
- Contractor Calculators
- MVL
- Contractor Expenses
Advertisers
Contractor Services
CUK News
- National Minimum Wage increase: operational for most umbrella staff, but brace for impact Yesterday 09:13
- Contractors, Joint & Several Liability’s unintended consequences are already piling up Mar 18 07:29
- Contractors, did you know self-employed DBS Checks have changed, for the better? Mar 17 07:56
- Offshoring harms already fraught IT contractors. Here’s what ministers can do Mar 16 07:57
- Dividends in 2026/27: an expert’s explainer for contractors Mar 13 07:20
- Dividends in 2026/27: an expert’s explainer for contractors Mar 13 07:04
- Contracting Awards 2026 opens for entries — with new AI category Mar 12 07:26
- Contracting Awards 2026 opens for entries — with new AI category Mar 12 07:26
- Contractors, beware these four traps in the UK’s Statutory Residence Test Mar 11 08:18
- Contractors, beware these four traps in the UK’s Statutory Residence Test Mar 11 00:23

Leave a comment: