Either I'm misunderstanding what you're trying to do or that Oracle query is
a really complicated way of doing something simple.
create table Customer ( name text, id int auto_increment primary key );
create table Skill ( description text, id int auto_increment primary key );
create table Custome
Hi everybody,
I'm new to MySQL and have got the following code that works with Oracle
SQL... After looking at the documentation I realised that DECODE seems to be
reserved for encryption... any idea of how this would work with MySQL? Here
is the code:
The tables are as follows
table