PDA

View Full Version : SQL Query Language



[uGa] Saint
June 14th, 2004, 11:44 AM
Does anybody have any good suggestions on learning SQL? I have learned the basics, I just want to get a firmer grasp on the subject. Any ideas of books or sites to read? Any help would be extremely appreciated.

LA_MERC_LaTech
June 14th, 2004, 11:53 AM
SQL is a querying language...just FYI.

Any Oracle DB book should be able to give you a good idea as to syntax and stuff.

[uGa] Saint
June 14th, 2004, 11:56 AM
er... that makes sense... lol, thanks latech

LA_MERC_Captain_Obvious
June 14th, 2004, 12:05 PM
SQL = Server Querry Language hehe

roXet
June 14th, 2004, 12:19 PM
select * from forums where user = '.saint.' and b00n <> 'true';

0 rows returned

LA_MERC_goose
June 14th, 2004, 12:23 PM
Informix is also a good database to reference if you want to look at some SQL statements.

SELECT *
FROM la_merc_members
WHERE screen_name LIKE "LA_MERC_}{%"
AND user_status = "Lost as all get out!"


Records found: 1

[uGa] Saint
June 14th, 2004, 01:11 PM
haha, i think this is the first time i've ever been made fun of in a computer language. thanks for the tips you guys, i just started learning SQL last week at my new job and they are giving me loads of work to do and im having a tough time keeping up. So thank you very much.

roXet
June 14th, 2004, 01:58 PM
a good website to check out (if you are using a M$ version of a databse) is www.devguru.org

42d3e78f26a4b20d412==