You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '!@#$' at line 1
1071
1071
- Call: Function query in C:\xampp\htdocs\Git\PHP_MySQL_wrapper\test.php on line 29
1072
1072
```
1073
-
1074
-
| Data Type | Column Type | Range or Description | Storage |
1075
-
| --- | --- | --- | --- |
1076
-
| Numeric | TinyInt | Signed values from **-128** to **127**<br>Unsigned values from **0** to **255**| 1 byte |
1077
-
| Numeric | SmallInt | Signed values from **-32768** to **32767**<br>Unsigned values from **0** to **65535**| 2 bytes |
1078
-
| Numeric | MediumInt | Signed values from **-8388608** to **8388607**<br>Unsigned values from **0** to **16777215**| 3 bytes |
1079
-
| Numeric | Int | Signed values from **-2147683648** to **2147483647**<br>Unsigned values from **0** to **4294967295**| 4 bytes |
1080
-
| Numeric | BigInt | Signed values from **-9223372036854775808** to **9223372036854775807**<br>Unsigned values from **0** to **18446744073709551615**| 8 bytes |
0 commit comments