Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: non-perl SQL question

by tachyon (Chancellor)
on Dec 31, 2003 at 05:37 UTC ( [id://317840]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
     
    int c = a;
    a = b;
    b = c;
    
  2. or download this
    a = a^b;
    b = a^b;
    a = a^b;
    
  3. or download this
    of a=1 and b=0. 
    a = a^b = 1 xor 0 = 1
    b = a^b = 1 xor 0 = 1
    a = a^b = 1 xor 1 = 0
    
  4. or download this
    mysql> select * from test;
    +------+------+
    ...
    2 rows in set (0.00 sec)
    
    mysql>
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://317840]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (6)
As of 2024-04-18 09:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found