Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Re: SQL JOINs vs WHERE statements

by bean (Monk)
on Aug 19, 2003 at 19:00 UTC ( [id://284989]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    insert into people values (1,'Smith')
    
  2. or download this
    insert into people (
      person_id, surname
    ) values (
      1,'Smith'
    )
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (7)
As of 2024-04-26 08:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found