Need assistance with "ORA-00904: invalid identifier" 08-12-2018, 04:30 AM
#1
Hello all,
I'm working with MySQL DML.
I'm trying to create this table with a primary key and has worked with the previous 2 tables.
Here is my first attempt with date INT
https://gyazo.com/6e60174fad0ddc2b96f666fb2a10f0ad
Here is my second attempt with date VARCHAR2(*)
https://gyazo.com/4de7341cce898739404aca071184f46c
You can see, "Date" doesn't wanna work for me. @Mothered
Thanks,
- Mimi
I'm working with MySQL DML.
I'm trying to create this table with a primary key and has worked with the previous 2 tables.
Here is my first attempt with date INT
https://gyazo.com/6e60174fad0ddc2b96f666fb2a10f0ad
Here is my second attempt with date VARCHAR2(*)
https://gyazo.com/4de7341cce898739404aca071184f46c
You can see, "Date" doesn't wanna work for me. @Mothered
Thanks,
- Mimi