Just as a heads up, I will be out of commission for a lil while
well in theory it would make more sense if it were to just get top 100 records:
SELECT top 100 * from DBUsers.dba.Users_Table WHERE member_club='National G Club' AND occupation='Terrorists')
This is assuming DBUsers is the database name and Users_Table is the table having all usernames and member_club and occupation are actual columns in said table
SELECT top 100 * from DBUsers.dba.Users_Table WHERE member_club='National G Club' AND occupation='Terrorists')
This is assuming DBUsers is the database name and Users_Table is the table having all usernames and member_club and occupation are actual columns in said table
LOL, thanks for the refresher course...i just got depressed...all that money spent and time on learning this ish and so quickly i forgot....at least with a solid background it should be easy to pick up again.
pratik, your code is correct, but i think in some software your punctuation may be lacking
. for ex. i think access sql requires use of a semi colon after the first line?? i think yours is oracle sql?? i dunno its been so long, but its actually interesting looking at your guys' code b/c it brings back some good memories!!
pratik, your code is correct, but i think in some software your punctuation may be lacking
. for ex. i think access sql requires use of a semi colon after the first line?? i think yours is oracle sql?? i dunno its been so long, but its actually interesting looking at your guys' code b/c it brings back some good memories!!
Well technically I forgot the beginning ( in my code but whatever and no, i'd be running something liket hat in SQL Enterprise Manager on a DB I have and no punctuation required running the query.
You'd need those semicolons in C++, C# code though!!
You'd need those semicolons in C++, C# code though!!
Originally Posted by Babacks_G
Wouldn't you want to "SELECT * AS Terrorists" using the where clause to figure out who the terrorists are?? The way you have it up doesn't make sense because it already means a terrorists column exists...
Foreigners strike back proving we are smarter than the white man!
Foreigners strike back proving we are smarter than the white man!

I came into my job thinking I was going to use SQL given that they had me take a theoretical problem-solving test and a SQL test. Yet I have not used any of my SQL knowledge. I should of gone for a developer or DBA position.
Last edited by Byrnie; Sep 9, 2005 at 06:19 AM.
Originally Posted by pdjafari
LOL, thanks for the refresher course...i just got depressed...all that money spent and time on learning this ish and so quickly i forgot....at least with a solid background it should be easy to pick up again.
pratik, your code is correct, but i think in some software your punctuation may be lacking
. for ex. i think access sql requires use of a semi colon after the first line?? i think yours is oracle sql?? i dunno its been so long, but its actually interesting looking at your guys' code b/c it brings back some good memories!!
pratik, your code is correct, but i think in some software your punctuation may be lacking
. for ex. i think access sql requires use of a semi colon after the first line?? i think yours is oracle sql?? i dunno its been so long, but its actually interesting looking at your guys' code b/c it brings back some good memories!!
man i loved sql back at mason, i think im willing to take a 5k pay cut to get a job where i can actually use it....much better than sitting here on my a$$ talking to you gay ****'s on IM or posting every 3 min!!
Last edited by pdjafari; Sep 9, 2005 at 09:42 AM.
Thread
Thread Starter
Forum
Replies
Last Post
blnewt
D.I.Y. Installations/Modifications
37
Oct 17, 2020 11:12 AM
SuicidalG37SGuy
Engine, Drivetrain & Forced-Induction
8
Sep 10, 2015 06:01 AM



