Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^3: [OT] Why I don't use Mysql for new projects

by jasonk (Parson)
on Jul 13, 2008 at 04:03 UTC ( [id://697297]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # MySQL
    CREATE TABLE color_choices (
    ...
        foreground colors,
        background colors
    );
    
  2. or download this
    # MySQL
    CREATE TABLE color_choices (
    ...
        favorites colors[],
        least_favorites colors[]
    );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (2)
As of 2024-04-26 00:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found