On Mar 27, 2021, at 5:01 AM, rajabu kitindi <rkitindi at gmail.com> wrote:
>
> Folks
>
> I have no idea what's going on here, this is version 3.0.21 latest version.
You added the same module twice. Don't do that. Instead of:
sql sql {
...
Use:
sql sql1 {
...
Alan DeKok.