CREATE TABLE %s.%s LIKE %s.%s
create table `a; drop table users;` (col int);
I don't know if the stellar code will trip over something like this. But mysql (SQL) shouldn't even allow names like that.
Im adding this to my TODO list.
I don't know if the stellar code will trip over something like this. But mysql (SQL) shouldn't even allow names like that.