Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
200 Points
178 Posts
Apr 25, 2012 02:42 PM|LINK
I need one sql query for the following one.
A table has columnA, ColumnB , etc...
First I check if a value is present in the column A, then I return the row.
Then I take the ColumnB value from the previous result and check if it is also present in A. If so, I return the row.
mnmhemaj
Member
200 Points
178 Posts
sql query
Apr 25, 2012 02:42 PM|LINK
I need one sql query for the following one.
A table has columnA, ColumnB , etc...
First I check if a value is present in the column A, then I return the row.
Then I take the ColumnB value from the previous result and check if it is also present in A. If so, I return the row.