In MySQL, I can select a table in two ways: "select * from a_table", or "select * from `a_table` “.
The difference between them is the second way cannot be updated using a DBGrid.
But if I use a reserved word as table name ,I must use the second way, or I cannot open the query.
So how can I update the query like the second way? Like "select * from `character` ".
Thanks a lot !
How can I update this type of tables?
Moderators: gto, cipto_kh, EgonHugeist