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:
obviously this can't help my situation, but maybe it's the direction (similar structure) i should head in?
thanks.
- g
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