Syntax Blogs & Blog Posts
Posting Frequency on syntax
|
Distinct: |
Percent: |
Latest Blog Posts on syntax
- The Weird Syntax of SQL DELETE From a JOIN by McBean Information Technology on May 22, 2009
It is perfectly legal in most SQL dialects to DELETE records that come from a JOIN clause. However, I never remember the syntax because its kind of strange and I don't do it often.I wrote the following example in SQL Server 2005:delete from arledger...
- Hello world! by Technology in the Classroom on Apr 7, 2009
Hello world is right! Every computer science course I ever took used “Hello World” as sample output when debugging code. If “Hello World” was printed on the screen, your program worked. I was always so happy to see those two...




