Hi,
is there anyway to support FROM DUAL queries?
i need it to use WHERE NOT EXISTS upon insert
currently i'm getting an error that number of columns do not match(expected 1 got 22), though all passes when i use mysql docker image(and when i run the service itself infront of actual DB all works as well)
thanks!