Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: DBD::Oracle help for portable DB handle code/module!

by zakb (Pilgrim)
on Apr 01, 2003 at 12:12 UTC ( [id://247219]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    select * from foo where(bar REGEX "^[aeiou]+$") ;
    select * from foo where(bar REGEX "^[^aeiou]+$") ;
    
  2. or download this
      VARCHAR(100)  = ?
      VARCHAR(150)  = ?
      TEXT          = ?
    ...
      FLOAT(10)     = ?
      FLOAT(10,4) UNSIGNED = ?
      BOOLEAN       = ?
    
  3. or download this
    CREATE TABLE <table> (<field> <type> [UNIQUE] [NOT NULL], ...
        CONSTRAINT <constraint_name> PRIMARY KEY (<field name>));
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-19 17:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found