God and SQL

Man of Honour
Man of Honour
Joined
3 May 2004
Posts
17,718
Location
Kapitalist Republik of Surrey
I have decided god got his sql statement wrong when he created me. Would someone on the helpdesk please run this sql statement:

UPDATE HUMANRACE SET EYESIGHT='50:50', BANKACCT='LOADED', CAR='SPORTSCAR', HAIR='FULL' WHERE NAME='JONNY69'

Oh and please reset my password, I don't seem to have access to my brain.

That is all thankyou
 
Kreeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee

I only know C, C++, Java and Haskell :(
 
You're crazy!

fool.gif
 
Mat said:
Thats more than me:

<html>
10 print "Hello world"
20 goto 10
</html>
:(

The output to that would be;

10 print "Hello world" 20 goto 10

Not.

Hello world
Hello world
Hello world
Hello world
Hello world
Hello world
Hello world
Hello world
Hello world
Hello world
etc..

Beaten...
 
SherberT* said:
The output to that would be;

10 print "Hello world" 20 goto 10

Not.

Hello world
Hello world
Hello world
Hello world
Hello world
Hello world
Hello world
Hello world
Hello world
Hello world
etc..

Beaten...

I know... I was just exaggerating the point and mixed two languages together to further describe my lack of programming knowledge (except regular html).

It wouldnt even be
Hello world
Hello world
Hello world...

would it? it would be more like
Hello world Hello world Hello world...
 
INSERT into FEMALE values("Hugepenis","screamingorgasm")

:D

Lol as for the line numbering BASIC style..

10 deg
20 origin 0,100
20 for x=1 to 360
30 plot x,sin(x)*100
40 next
50 for n=1 to 20
60 locate int(rnd(0)76)+1,int(rnd(0)24)+1
70 ink int(rnd(0)4)+1 : print "arse"
80 next

Mat said:
It wouldnt even be
Hello world
Hello world
Hello world...

would it? it would be more like
Hello world Hello world Hello world...

Old BASIC used to automatically do a carriage return for print statements. I think you're getting confused with printf :p
 
Last edited:
Back
Top Bottom