|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
I'm getting an error 33 on a simple query:
SELECT COUNT(column) FROM table_name Any idea what a error number 33 is? perror gives me a "Numerical argument is out of domain". huh? |
|
#2
|
|||
|
|||
|
Roughly how many columns are in that table? Could be that MySQL uses a data type that can't accomodate a value the size of which you're giving it. Or, could be a bug. You may be able to find more out about error number 33 in the MySQL docs or by asking on one of the dev email lists.
|
|
#3
|
|||
|
|||
|
There are 12 columns.
<BLOCKQUOTE><font size="1" face="Verdana,Arial,Helvetica">quote:</font><HR>Originally posted by christucker2: Roughly how many columns are in that table? Could be that MySQL uses a data type that can't accomodate a value the size of which you're giving it. Or, could be a bug. You may be able to find more out about error number 33 in the MySQL docs or by asking on one of the dev email lists.[/quote] |
![]() |
| Viewing: Dev Shed Forums > Databases > MySQL Help > Error 33 |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|