Can I name a column name
in my mysql tables?
Why not just try it?
mysql> select name from name;
+------+
| name |
+------+
| 1 |
+------+
Also you can quote any names with ``.
mysql> select `from` from `from`;
+------+
| from |
+------+
| 1 |
+------+
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With