My web host has seen fit to create my database with it's name in this format: product_com_-_live as this is their standard.
The '-' character is legal, but needs to be contained within a set of 'identifier quotes' like this: `product_com_-_live`
The
function in SQL yog does not include the backtick characters, and so generates invalid SQL
.
Perhaps this feature could be updated?
Thanks,
Simeon.