Author Topic: what language(s)  (Read 3322 times)

drakkenkorin

  • Jackass VI
  • Posts: 2466
  • Karma: +64/-23
    • http://www.google.com
what language(s)
« on: September 15, 2005, 03:57:52 PM »
does this look like?

Code: [Select]
use ADMIN_DB
go
SELECT a.name, b.name, b.type, b.length
  FROM sysobjects a,
       syscolumns b
 WHERE a.id=b.id and b.name like "description" and a.name like "save_dd350"


just wondering in what language this contractor codes their databases.
"I know that when I get home from work, I like to read the paper, sip a nice glass of Cabernet, and call people faggots on the internet.  Because I'm an adult." - Govtcheez

Dumah

  • Jackass IV
  • Posts: 960
  • Karma: +21/-6
what language(s)
« Reply #1 on: September 15, 2005, 04:52:17 PM »
That's SQL

"use" simply tells the parser to link to a specific database. "go" acts like a seperator to link more than 1 statement.

ober

  • Ashton Shagger
  • Ass Wipe
  • Posts: 14310
  • Karma: +73/-790
  • mini-ober is taking over
    • Windy Hill Web Solutions
what language(s)
« Reply #2 on: September 16, 2005, 08:04:52 AM »
Yeah, definately SQL.  Different databases use only slight variations of it, but they pretty much all use SQL AFAIK.

salvelinus

  • Founders
  • Posts: 523
  • Karma: +30/-12
what language(s)
« Reply #3 on: September 16, 2005, 01:31:03 PM »
Ours uses Yiddish. Oy vey!
Go with the bad joke theory - RoD

Dumah

  • Jackass IV
  • Posts: 960
  • Karma: +21/-6
what language(s)
« Reply #4 on: September 17, 2005, 04:09:49 AM »
Ours uses Mr. T language

"I ain codin no datobase today, foo"