Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

3 questions - how many rows can mysql handle, how much text can fit...

Status
Not open for further replies.

spewn

Programmer
May 7, 2001
1,034
How many rows and columns can mysql support? does it vary depending on amount of info in each row/column?

also, how much text (characters) can fit in a text field?

and lastly, i have a list of rows and need to display based on most recent date (sorting further by time if multiple entries on same date)...

i have this to sort by a column by a-z or z-a:

Code:
"select forms from formList where formID = '' order by formName desc"

obviously this can't help my situation, but maybe it's the direction (similar structure) i should head in?

thanks.

- g
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top