Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
you can specify your column types to be several lengths: if you use CHAR().. you can have a maximum of 255 characters (1-255, you specify)

with CHAR(num) you can specify a number of max characters, up to 255... if you make you column type TINYBLOB or TINYTEXT, you can have anywhere from 1-255 (2^5 - 1). BLOB or TEXT types have a maximum of 65535 (2^16 - 1) characters. MEDIUMBLOB or MEDIUMTEXT columns have a maximum length of 4294967295 (2^32 - 1) characters. LONGBLOB or LONGTEXT have a maximum length of 4294967295 (2^32 - 1) characters.

those are just some of the column types. The more specific you make your colums, the more control you have over your database, and the input you get from users. For a better list.. go here

In reply to Re: mysql... by Parham
in thread Reaped: mysql... by NodeReaper

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found